|
@@ -296,8 +296,8 @@ public class WxNotifyController {
|
|
|
wxOrder.setCommissionPrice(zhuboFencheng);
|
|
|
zhubo.setProfitPrice(zhubo.getProfitPrice()+zhuboFencheng);
|
|
|
hehuoren.setProfitPrice(hehuoren.getProfitPrice()+hehuorenFencheng);
|
|
|
- userInfoService.updateById(zhubo);
|
|
|
- userInfoService.updateById(hehuoren);
|
|
|
+ userInfoService.addProfitPrice(zhubo.getId(),zhuboFencheng);
|
|
|
+ userInfoService.addProfitPrice(hehuoren.getId(),hehuorenFencheng);
|
|
|
|
|
|
|
|
|
}
|