|
@@ -190,7 +190,7 @@ public class WcsTaskSubService {
|
|
|
invLotLocIdService.adjLocationIsEmpty(wcsTask.getLocationFrom(), Constant.WAREHOUSE_ID, "Wcs");
|
|
|
// 修改出库单收货数量
|
|
|
completeTheCallbackOut(wcsTask);
|
|
|
- }else {
|
|
|
+ }else if (wcsTask.getExt1()==null){
|
|
|
iWcsTaskService.moveStartingPointToDestinationout(wcsTask);
|
|
|
invLotLocIdService.adjLocationIsEmpty(wcsTask.getLocationFrom(), Constant.WAREHOUSE_ID, "Wcs");
|
|
|
}
|