rev:工单创建校验

This commit is contained in:
zhangzq
2023-12-13 16:31:00 +08:00
parent 1dbc4e0098
commit 3610044642

View File

@@ -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();