|
|
|
@ -1267,7 +1267,11 @@ public class SyncOrderInfoServiceImpl implements ISyncOrderInfoService {
|
|
|
|
|
total = total + entity.getTotal(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
WayBillEntity wayBillEntity = wayBillClient.getByWayBillByAdvanceId(advanceId); |
|
|
|
|
WayBillEntity wayBillEntity = wayBillClient.getByWayBillByOrderCode(orderCode); |
|
|
|
|
if(Objects.isNull(wayBillEntity)){ |
|
|
|
|
log.warn("#################saveOrderInfo: 运单信息为空 orderCode={}",orderCode); |
|
|
|
|
throw new CustomerException(403,"运单信息为空"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
BasicdataWarehouseEntity basicdataWarehouseEntity = basicdataWarehouseClient.getEntityWarehouseId(newWarehouseId); |
|
|
|
|
if(Objects.isNull(basicdataWarehouseEntity)){ |
|
|
|
|