shish 6 лет назад
Родитель
Сommit
1e88100449
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      common/services/xhPayToolService.php
  2. 1 1
      common/services/xhUserGrowthService.php

+ 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)