Commit d43ba788 authored by 刘林's avatar 刘林

fix(96333):解决96333应急管理系统,警情报送时,设备未做使用等级时,警情报送报错,导致无法正常填报警情信息

parent 39ff9f72
...@@ -584,7 +584,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall ...@@ -584,7 +584,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
alertCalled.setCity(map.get("city").toString()); alertCalled.setCity(map.get("city").toString());
alertCalled.setDistrict(map.get("district").toString()); alertCalled.setDistrict(map.get("district").toString());
alertCalled.setRegionCode(map.get("regionCode").toString()); alertCalled.setRegionCode(map.get("regionCode").toString());
alertCalled.setBizOrgCode(map.get("orgCode").toString()); alertCalled.setBizOrgCode(map.get("orgCode") + "");
} }
......
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