소스 검색

feat: NG-71: 会员奖金计算调整

kevin 1 년 전
부모
커밋
2f0f16b7ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/models/UserPerformance.php

+ 1 - 1
common/models/UserPerformance.php

@@ -222,7 +222,7 @@ class UserPerformance extends \common\components\ActiveRecord
             ]);
 
             // 写日志
-            UserPerformanceLogs::changeAmountLogs($id, $amount, $periodNum);
+//            UserPerformanceLogs::changeAmountLogs($id, $amount, $periodNum);
 
             $transaction->commit();
         } catch (\Exception $e) {