From 5821db705723292459515f1a8a06bab3eafddf56 Mon Sep 17 00:00:00 2001 From: zds <2388969634@qq.com> Date: Mon, 21 Nov 2022 12:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/nl/wms/ql/service/impl/PhysicalMstServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/ql/service/impl/PhysicalMstServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/ql/service/impl/PhysicalMstServiceImpl.java index 450ab81a..9fdf3449 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/ql/service/impl/PhysicalMstServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/ql/service/impl/PhysicalMstServiceImpl.java @@ -663,7 +663,7 @@ public class PhysicalMstServiceImpl implements PhysicalMstService { jsonPhyMst.put("sysdeptid", deptId); jsonPhyMst.put("result", ""); jsonPhyMst.put("grade", ""); - jsonPhyMst.put("is_effective", "0"); + jsonPhyMst.put("is_effective", "1"); phyMstTab.insert(jsonPhyMst); // 新增新的理化单明细表 for (int i = 0; i < oldPhydtlArr.size(); i++) {