八项作业不显示扎点
parent
8883f58af7
commit
5678f4451d
|
@ -51,7 +51,7 @@ public class CzksMapEightController extends BaseController {
|
|||
public Object findFormCount() throws Exception {
|
||||
Map<String, Object> map = new HashMap<String, Object>();
|
||||
String errInfo = "success";
|
||||
PageData pd = this.getPageData();
|
||||
PageData pd = this.getPageData();
|
||||
pd.put("CORPINFO_ID", Jurisdiction.getCORPINFO_ID()); // 企业
|
||||
|
||||
PageData data = mapEightService.statisticsHighRiskWorkByStateOrder(pd);
|
||||
|
@ -99,6 +99,12 @@ public class CzksMapEightController extends BaseController {
|
|||
} else {
|
||||
varList = mapEightService.listAllHighRiskWorkLocationOrder(pd);
|
||||
}
|
||||
// 处理一下 name 的问题
|
||||
if (varList != null) {
|
||||
varList.forEach(item -> {
|
||||
item.put("MAP_POINT_NAME", item.getString("NAME"));
|
||||
});
|
||||
}
|
||||
map.put("varList", varList);
|
||||
map.put("result", errInfo);
|
||||
return map;
|
||||
|
|
|
@ -92,10 +92,10 @@ mq.group.docking=scheduled_tasks_docking
|
|||
perLoc.url=http://172.16.130.86/gateway-service
|
||||
perLoc.userName=qaaqadmin
|
||||
perLoc.pwd=Cfd2023@
|
||||
corp.default.pic-path=https://qgqy.qhdsafety.com/
|
||||
corp.default.back-end-path=https://qgqy.qhdsafety.com/file/
|
||||
corp.default.pic-path=https://wwag.qhdsafety.com/file/
|
||||
corp.default.back-end-path=https://wwag.qhdsafety.com/file/
|
||||
|
||||
http.file.url=https://qgqy.qhdsafety.com/file/
|
||||
http.file.url=https://wwag.qhdsafety.com/file/
|
||||
#????????????
|
||||
baseimgpath =https://wwag.qhdsafety.com/file/
|
||||
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
||||
|
|
Loading…
Reference in New Issue