|
@@ -232,17 +232,6 @@ public class InvLotLocIdServiceImpl implements IInvLotLocIdService {
|
|
|
wcsTask.setBusinessType("01");
|
|
|
wcsTask.setTaskType(Constant.TASK_TYPE.FORWARD.getValue());
|
|
|
wcsTask.setExt8("");
|
|
|
-
|
|
|
-
|
|
|
- if (baseLocationFrom.getZoneId() != null
|
|
|
- && Objects.equals(baseLocationFrom.getZoneId(), Constant.ZONE_TYPE.STORAGE.getValue())) {
|
|
|
- wcsTask.setExt4(baseLocationFrom.getRowNo().equals("A") ? "2" : "1");
|
|
|
- }
|
|
|
-
|
|
|
- if (baseLocationFrom.getZoneId() != null
|
|
|
- && Objects.equals(baseLocationFrom.getZoneId(), Constant.ZONE_TYPE.TRANSIT.getValue())) {
|
|
|
- wcsTask.setExt4("1");
|
|
|
- }
|
|
|
iBusinessService.addTask(wcsTask);
|
|
|
|
|
|
|