Commit c372c357 authored by 麻笑宇's avatar 麻笑宇

大屏-总览-一企一许可-使用单位-个人主体-企业详情,切换值详细信息标签页,页面空白。修改经纬度插件空判断

parent 6cec1de7
......@@ -638,6 +638,8 @@ public class DPSubServiceImpl {
JSONObject lnglatSelect = (JSONObject) value;
jsonObject.put("value", (!ValidationUtil.isEmpty(lnglatSelect.getString("latitude")) && !ValidationUtil.isEmpty(lnglatSelect.getString("longitude")))
? String.format("[%s,%s]", lnglatSelect.getString("latitude"), lnglatSelect.getString("longitude")) : lnglatSelect.getString("address"));
}else if(ValidationUtil.isEmpty(value)){
jsonObject.put("value","");
}
} else if ("dateTime".equals(xObj.getString("componentKey"))) {
if (!ValidationUtil.isEmpty(value)) {
......
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