Commit 388ba502 authored by suhuiguang's avatar suhuiguang

feat(检验检测):计划排期

1.排期信息2次维护
parent 8db6002b
...@@ -111,6 +111,9 @@ public class InspectionPlanServiceImpl extends InspectionPlanCommonServiceImpl ...@@ -111,6 +111,9 @@ public class InspectionPlanServiceImpl extends InspectionPlanCommonServiceImpl
String address = this.getOneEquipAddress(inspectionApplication); String address = this.getOneEquipAddress(inspectionApplication);
jsonObject.put("address", address); jsonObject.put("address", address);
} }
jsonObject.put("applicationSeq", inspectionApplication.getSequenceNbr());
jsonObject.remove("applyInfo");
jsonObject.remove("formData");
return jsonObject; return jsonObject;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment