优化
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user