|
|
|
@ -5459,7 +5459,7 @@ public class OpenOrderServiceImpl implements IOpenOrderService {
|
|
|
|
|
waybillEntity.setConsigneeId(newConsigneeId); |
|
|
|
|
if(Objects.isNull(newConsigneeId)){ |
|
|
|
|
waybillEntity.setServiceType(1); |
|
|
|
|
warehouseWaybillClient.updateWaybillCondigneeId(waybillId,newConsigneeId); |
|
|
|
|
warehouseWaybillClient.updateWaybillCondigneeIdToNull(waybillId); |
|
|
|
|
}else{ |
|
|
|
|
BasicdataClientEntity basicdataClient = basicdataClientClient.findEntityById(newConsigneeId); |
|
|
|
|
if(!Objects.isNull(basicdataClient)){ |
|
|
|
|