Ver Fonte

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

kevin há 1 ano atrás
pai
commit
2f0f16b7ca
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {