优化
This commit is contained in:
@@ -663,7 +663,7 @@ public class PhysicalMstServiceImpl implements PhysicalMstService {
|
|||||||
jsonPhyMst.put("sysdeptid", deptId);
|
jsonPhyMst.put("sysdeptid", deptId);
|
||||||
jsonPhyMst.put("result", "");
|
jsonPhyMst.put("result", "");
|
||||||
jsonPhyMst.put("grade", "");
|
jsonPhyMst.put("grade", "");
|
||||||
jsonPhyMst.put("is_effective", "0");
|
jsonPhyMst.put("is_effective", "1");
|
||||||
phyMstTab.insert(jsonPhyMst);
|
phyMstTab.insert(jsonPhyMst);
|
||||||
// 新增新的理化单明细表
|
// 新增新的理化单明细表
|
||||||
for (int i = 0; i < oldPhydtlArr.size(); i++) {
|
for (int i = 0; i < oldPhydtlArr.size(); i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user