This commit is contained in:
zds
2022-11-21 12:11:41 +08:00
parent 30490e0ccb
commit 5821db7057

View File

@@ -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++) {