|
@@ -156,7 +156,7 @@ public class TradeOrderServiceImpl implements TradeOrderService {
|
|
* @return 收件地址
|
|
* @return 收件地址
|
|
*/
|
|
*/
|
|
private AddressRespDTO validateAddress(Long userId, Long addressId) {
|
|
private AddressRespDTO validateAddress(Long userId, Long addressId) {
|
|
- AddressRespDTO address = addressApi.getAddress(userId, addressId);
|
|
|
|
|
|
+ AddressRespDTO address = addressApi.getAddress(addressId, userId);
|
|
if (Objects.isNull(address)) {
|
|
if (Objects.isNull(address)) {
|
|
throw exception(ErrorCodeConstants.ORDER_CREATE_ADDRESS_NOT_FOUND);
|
|
throw exception(ErrorCodeConstants.ORDER_CREATE_ADDRESS_NOT_FOUND);
|
|
}
|
|
}
|