Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
db8637b8
Commit
db8637b8
authored
Oct 11, 2021
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改隐患
parent
86de6925
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
LatentDangerServiceImpl.java
...danger/business/service/impl/LatentDangerServiceImpl.java
+0
-2
application.properties
...em-latentdanger/src/main/resources/application.properties
+10
-3
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-latentdanger-biz/src/main/java/com/yeejoin/amos/latentdanger/business/service/impl/LatentDangerServiceImpl.java
View file @
db8637b8
...
@@ -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
<>();
...
...
amos-boot-system-latentdanger/src/main/resources/application.properties
View file @
db8637b8
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment