Compare commits
2 Commits
b24c6d3157
...
12dd84bb4c
Author | SHA1 | Date | |
---|---|---|---|
12dd84bb4c | |||
a163a6490f |
@ -227,6 +227,7 @@ public class PaidMemberUserServiceImpl implements PaidMemberUserService {
|
||||
orderDO.setProductCount(1);
|
||||
orderDO.setUserIp(getClientIP()).setTerminal(getTerminal());
|
||||
orderDO.setDeliveryType(DeliveryTypeEnum.EXPRESS.getType());
|
||||
orderDO.setPayPrice(updateReqVO.getPrice());
|
||||
//获取用户地址
|
||||
// MemberAddressRespDTO address = addressApi.getDefaultAddress(updateReqVO.getUid());
|
||||
// orderDO.setReceiverName(address.getName()).setReceiverMobile(address.getMobile())
|
||||
|
Loading…
Reference in New Issue
Block a user