|
@@ -242,7 +242,7 @@ public class WxService {
|
|
|
log.error("付款金额不正确:{}", JSONUtil.toJsonStr(notifyBO));
|
|
|
continue;
|
|
|
}
|
|
|
- car.setPay(1).setMoney(car.getMoney().add(price)).setPayTime(payTime).setPayType(TbBusinessCar.PayTypeEnum.HAS_PAY_TYPE.getType());
|
|
|
+ car.setPay(1).setMoney(price).setPayTime(payTime).setPayType(TbBusinessCar.PayTypeEnum.HAS_PAY_TYPE.getType());
|
|
|
tbBusinessCarService.updateById(car);
|
|
|
//支付完之后要解绑
|
|
|
automaticPay.unbindRun(car.getCarNo());
|