|
@@ -112,7 +112,7 @@ public class WmsDocOrderSubService {
|
|
|
String X = baseLocationLotattVO1.getRowIndex();
|
|
|
String wcsLocation = baseLocationLotattVO1.getUserdefine4();
|
|
|
|
|
|
- String locationTO = sku.equals("C4H9O2PSSNH4") ? Constant.DRUM_CONNECTORS.toString() : Constant.LOC_SORTATION_CACHE.toString();
|
|
|
+ String locationTO = "C4H9O2PSSNH4".equals(sku) ? Constant.DRUM_CONNECTORS.toString() : Constant.LOC_SORTATION_CACHE.toString();
|
|
|
AjaxResult ajaxResult = wcsTaskSubService.addWcsOutTask(locationFrom, locationTO, orderNo, pallentNo, wcsNo);
|
|
|
|
|
|
//调用出库任务下发接口
|