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
5b6a6daa
Commit
5b6a6daa
authored
Nov 07, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3fa04836
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
RedissonConfig.java
...java/com/yeejoin/amos/boot/biz/config/RedissonConfig.java
+2
-2
ExcelServiceImpl.java
...os/boot/module/jcs/biz/service/impl/ExcelServiceImpl.java
+1
-1
FireFightingSystemMapper.xml
...ip/src/main/resources/mapper/FireFightingSystemMapper.xml
+3
-1
No files found.
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/config/RedissonConfig.java
View file @
5b6a6daa
...
...
@@ -44,9 +44,9 @@ public class RedissonConfig {
.
setScanInterval
(
5000
)
// 集群状态扫描间隔时间,单位是毫秒
.
setTimeout
(
30000
)
//主节点线程池数量
.
setMasterConnectionPoolSize
(
1
0
)
.
setMasterConnectionPoolSize
(
2
0
)
//从节点线程池数量
.
setSlaveConnectionPoolSize
(
3
0
)
.
setSlaveConnectionPoolSize
(
2
0
)
.
setIdleConnectionTimeout
(
10000
)
.
setSlaveConnectionMinimumIdleSize
(
20
)
.
setMasterConnectionMinimumIdleSize
(
20
)
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/src/main/java/com/yeejoin/amos/boot/module/jcs/biz/service/impl/ExcelServiceImpl.java
View file @
5b6a6daa
...
...
@@ -1538,7 +1538,7 @@ public class ExcelServiceImpl {
fireExpertsServiceImpl
.
saveBatch
(
excelEntityList
);
}
@Async
p
rivate
void
excelImportDutyPerson
(
MultipartFile
multipartFile
,
String
dutyType
,
String
uuidString
)
{
p
ublic
void
excelImportDutyPerson
(
MultipartFile
multipartFile
,
String
dutyType
,
String
uuidString
)
{
try
{
ImportDutyPerson
(
multipartFile
,
dutyType
);
if
(
redisUtils
.
hasKey
(
uuidString
)){
...
...
amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
View file @
5b6a6daa
...
...
@@ -2729,8 +2729,10 @@
LEFT JOIN wl_stock_detail wsd ON wsd.equipment_specific_id = wesp.id
LEFT JOIN wl_warehouse_structure wws ON wsd.warehouse_structure_id = wws.id
<where>
<where>
and wec.industry_code = 2
<if
test=
"dto.code!=null and dto.code!=''"
>
and wesp.code = #{dto.code}
</if>
...
...
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