1.代客下单,折扣
This commit is contained in:
@@ -329,7 +329,7 @@ public class TbPayServiceImpl implements TbPayService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TbShopUserFlow userFlow = new TbShopUserFlow();
|
TbShopUserFlow userFlow = new TbShopUserFlow();
|
||||||
userFlow.setAmount(orderInfo.getOrderAmount());
|
userFlow.setAmount(payMount);
|
||||||
userFlow.setBalance(shopUser.getAmount());
|
userFlow.setBalance(shopUser.getAmount());
|
||||||
userFlow.setShopUserId(shopUser.getId());
|
userFlow.setShopUserId(shopUser.getId());
|
||||||
userFlow.setBizCode("vipCardCash");
|
userFlow.setBizCode("vipCardCash");
|
||||||
|
|||||||
Reference in New Issue
Block a user