Commit db8637b8 authored by tianbo's avatar tianbo

修改隐患

parent 86de6925
...@@ -1807,8 +1807,6 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -1807,8 +1807,6 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD
pageParam.put("dangerIds", dangerIdList); pageParam.put("dangerIds", dangerIdList);
} }
// IPage<LatentDanger> iPage = this.baseMapper.selectPageByParam(new Page((Long.valueOf((String) pageParam.get("current"))),
// (Long.valueOf((String) pageParam.get("size")))), (Map<String, Object>) pageParam);
IPage<LatentDanger> iPage = this.baseMapper.selectPageByParam(new Page(((Integer) pageParam.get("current")).longValue(), IPage<LatentDanger> iPage = this.baseMapper.selectPageByParam(new Page(((Integer) pageParam.get("current")).longValue(),
((Integer) pageParam.get("size")).longValue()), (Map<String, Object>) pageParam); ((Integer) pageParam.get("size")).longValue()), (Map<String, Object>) pageParam);
Map<String, Object> buildingAbsolutePositionMap = new HashMap<>(); Map<String, Object> buildingAbsolutePositionMap = new HashMap<>();
......
spring.application.name = AMOS-LATENT-DANGER-tb spring.application.name = AMOS-LATENT-DANGER
server.servlet.context-path=/latentDanger server.servlet.context-path=/latentDanger
server.port = 8086 server.port = 8086
...@@ -50,4 +50,11 @@ management.endpoints.web.exposure.exclude=* ...@@ -50,4 +50,11 @@ management.endpoints.web.exposure.exclude=*
redis.cache.failure.time=10800 redis.cache.failure.time=10800
danger.biz.type=supervision danger.biz.type=supervision
workflow.process.definition.key=fire_supervision_hazard_management workflow.process.definition.key=fire_supervision_hazard_management
\ No newline at end of file
pagehelper.helper-dialect=mysql
pagehelper.params=count=countSql
pagehelper.reasonable=false
pagehelper.support-methods-arguments=true
feign.httpclient.connection-timeout=5000
\ No newline at end of file
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