shish 6 ani în urmă
părinte
comite
1e88100449

+ 1 - 1
common/services/xhPayToolService.php

@@ -260,7 +260,7 @@ class xhPayToolService
 				'addTime' => $now,
 			];
 			xhUserGrowthService::add($integralData);//用户兑换型积分流水增加
-			
+
 			$userCapitalData = [
 				'relateId' => (string)$orderId,
 				'balance' => $remainBalance,

+ 1 - 1
common/services/xhUserGrowthService.php

@@ -8,7 +8,7 @@ class xhUserGrowthService {
 
 	public static function add($data)
 	{
-		return xhUserIntegral::add($data);
+		return xhUserGrowth::add($data);
 	}
 
 	public static function getById($id)