Эх сурвалжийг харах

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

kevin 1 жил өмнө
parent
commit
2f0f16b7ca

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