rev:工单创建校验
This commit is contained in:
@@ -434,8 +434,8 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
|
||||
json.put("workorder_id", workorder_id);
|
||||
json.put("message", "下发执行工单不是完成状态");
|
||||
errArr.add(json);
|
||||
continue;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (StrUtil.isEmpty(material_code)) {
|
||||
JSONObject json = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user