Commit d93af3d9 authored by 刘林's avatar 刘林

fix(jg):特殊管道登记安全管理员不填报错问题处理

parent da8f0fe4
...@@ -4867,7 +4867,6 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -4867,7 +4867,6 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
.map(JSON::parseObject) .map(JSON::parseObject)
.orElse(new JSONObject()); .orElse(new JSONObject());
re.put("useRegistrationCode", p.getUseRegistrationCode()); re.put("useRegistrationCode", p.getUseRegistrationCode());
re.put("safetyManager", h.getOrDefault("safetyManagerId", "") + "_" + h.getOrDefault("safetyManager", ""));
re.put("useDate", h.getOrDefault("useDate", p.getUseDate())); re.put("useDate", h.getOrDefault("useDate", p.getUseDate()));
re.put("otherAccessories", h.get("otherAccessories")); re.put("otherAccessories", h.get("otherAccessories"));
re.put("province", h.getOrDefault("province", p.getProvince())); re.put("province", h.getOrDefault("province", p.getProvince()));
......
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