Compare commits
No commits in common. "12dd84bb4c417042eef625ff513d8bebc394df21" and "b24c6d315750f3dded4b5fc6a60c8be284c5d7e4" have entirely different histories.
12dd84bb4c
...
b24c6d3157
@ -227,7 +227,6 @@ 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