This commit is contained in:
2023-02-21 09:27:28 +08:00
parent 17d8056c5c
commit 38f9733c9c

View File

@@ -700,7 +700,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
if (StrUtil.isEmpty(need_down)) { if (StrUtil.isEmpty(need_down)) {
throw new BadRequestException("子卷:" + row.getString("ContainerGroup") + "对应的是否需要下轴字段不能为空!"); throw new BadRequestException("子卷:" + row.getString("ContainerGroup") + "对应的是否需要下轴字段不能为空!");
} }
if ("1".equals(need_down)) { if ("0".equals(need_down)) {
plan_jo.put("status", "09"); plan_jo.put("status", "09");
WQLObject.getWQLObject("pdm_bi_slittingproductionplan").update(plan_jo); WQLObject.getWQLObject("pdm_bi_slittingproductionplan").update(plan_jo);
} else { } else {