|
|
@ -1446,7 +1446,7 @@ public class SyncOrderInfoServiceImpl implements ISyncOrderInfoService { |
|
|
|
if(Objects.isNull(wb)){ |
|
|
|
if(Objects.isNull(wb)){ |
|
|
|
Integer oWid = wb.getWarehouseId(); |
|
|
|
Integer oWid = wb.getWarehouseId(); |
|
|
|
if(oldWarehouseId.equals(oWid)){ |
|
|
|
if(oldWarehouseId.equals(oWid)){ |
|
|
|
advanceEntity = advanceEntity; |
|
|
|
advanceEntity = entity; |
|
|
|
wayBillEntity = wb; |
|
|
|
wayBillEntity = wb; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|