Explorar o código

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

kevin hai 1 ano
pai
achega
2f0f16b7ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
             $transaction->commit();
         } catch (\Exception $e) {
         } catch (\Exception $e) {