Jelajahi Sumber

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

kevin 1 tahun lalu
induk
melakukan
2f0f16b7ca
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {