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
8a5d7637
Commit
8a5d7637
authored
Mar 18, 2022
by
kongfm
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
03809c42
d93fdd09
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
KeySiteExcleDto.java
...join/amos/boot/module/common/api/dto/KeySiteExcleDto.java
+7
-7
ExcelServiceImpl.java
...os/boot/module/jcs/biz/service/impl/ExcelServiceImpl.java
+2
-2
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/KeySiteExcleDto.java
View file @
8a5d7637
...
...
@@ -74,32 +74,32 @@ public class KeySiteExcleDto implements Serializable {
@ApiModelProperty
(
value
=
"责任人身份证"
)
private
String
chargePersonId
;
@ExcelProperty
(
value
=
"确定重点防火部位的原因"
,
index
=
9
)
@ExcelProperty
(
value
=
"确定重点防火部位的原因"
,
index
=
7
)
@ApiModelProperty
(
value
=
"确定重点防火部位的原因"
)
private
String
keyPreventionReason
;
@ExcelProperty
(
value
=
"消防设施情况"
,
index
=
10
)
@ExcelProperty
(
value
=
"消防设施情况"
,
index
=
8
)
@ExplicitConstraint
(
indexNum
=
11
,
source
=
{
"有"
,
"无"
})
@ApiModelProperty
(
value
=
"消防设施情况"
)
private
String
fireFacilitiesInfo
;
@ExcelProperty
(
value
=
"防火标志设立情况"
,
index
=
11
)
@ExcelProperty
(
value
=
"防火标志设立情况"
,
index
=
9
)
@ApiModelProperty
(
value
=
"防火标志设立情况"
)
private
String
firePreventionFlagName
;
@ExcelProperty
(
value
=
"危险源"
,
index
=
1
2
)
@ExcelProperty
(
value
=
"危险源"
,
index
=
1
0
)
@ApiModelProperty
(
value
=
"危险源"
)
private
String
hazard
;
@ExcelProperty
(
value
=
"消防安全管理措施"
,
index
=
1
3
)
@ExcelProperty
(
value
=
"消防安全管理措施"
,
index
=
1
1
)
@ApiModelProperty
(
value
=
"消防安全管理措施"
)
private
String
safetyManagementMeasures
;
@ExcelProperty
(
value
=
"防范手段措施"
,
index
=
1
4
)
@ExcelProperty
(
value
=
"防范手段措施"
,
index
=
1
2
)
@ApiModelProperty
(
value
=
"防范手段措施"
)
private
String
preventiveMeasures
;
@ExcelProperty
(
value
=
"备注"
,
index
=
1
5
)
@ExcelProperty
(
value
=
"备注"
,
index
=
1
3
)
@ApiModelProperty
(
value
=
"备注"
)
private
String
remark
;
...
...
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 @
8a5d7637
...
...
@@ -347,9 +347,9 @@ public class ExcelServiceImpl {
par
.
containsKey
(
"useNature"
)?
par
.
get
(
"useNature"
).
toString
():
null
,
par
.
containsKey
(
"fireFacilitiesInfo"
)?
par
.
get
(
"fireFacilitiesInfo"
).
toString
():
null
,
par
.
containsKey
(
"bizOrgCode"
)?
par
.
get
(
"bizOrgCode"
).
toString
():
null
);
}
else
{
}
/*
else{
keySiteDtoList = keySiteService.exportToExcel(null,null,null,null,null,null);
}
}
*/
ExcelUtil
.
createTemplate
(
response
,
excelDto
.
getFileName
(),
excelDto
.
getSheetName
(),
keySiteDtoList
,
KeySiteExcleDto
.
class
,
null
,
false
);
break
;
...
...
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