quguofeng 2 年之前
父節點
當前提交
514465dbc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -765,7 +765,7 @@ class StoreOrderRepository extends BaseRepository
                 'title' => '超出比例发放红包米',
                 'number' => $integral,
                 'mark' => '分销超出折扣比,返利'.$integral.'红包米',
-                'balance' => $user->integral
+                'balance' => $user->integral + $integral
             ]);
         }
     }