修改
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user