Commit 5dac69b8 authored by tangwei's avatar tangwei

修改隐患归属

parent 1e2e86d4
...@@ -64,5 +64,5 @@ public class LatentDangerNormalParam { ...@@ -64,5 +64,5 @@ public class LatentDangerNormalParam {
private String bizType; private String bizType;
//所属单位 //所属单位
private String bizOrgcode; private String bizOrgCode;
} }
...@@ -247,7 +247,7 @@ public class LatentDangerServiceImpl implements ILatentDangerService { ...@@ -247,7 +247,7 @@ public class LatentDangerServiceImpl implements ILatentDangerService {
//详情 //详情
JSONObject js= new JSONObject(); JSONObject js= new JSONObject();
js.put("bizOrgCode",latentDangerParam.getBizOrgcode()); js.put("bizOrgCode",latentDangerParam.getBizOrgCode());
latentDangerBo.setBizInfo(js.toJSONString()); latentDangerBo.setBizInfo(js.toJSONString());
latentDangerMapper.update(latentDangerBo); latentDangerMapper.update(latentDangerBo);
......
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