Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
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
张伯涛
data_management_system
Commits
d5f26673
Commit
d5f26673
authored
Nov 30, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方舱导出模板
parent
f9e1252a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FcryController.java
.../java/com/ruoyi/web/controller/system/FcryController.java
+2
-2
No files found.
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/FcryController.java
View file @
d5f26673
...
...
@@ -161,8 +161,8 @@ public class FcryController extends BaseController
List
<
SysDictData
>
fcPlace
=
DictUtils
.
getDictCache
(
"shelters"
);
List
<
String
>
labels
=
fcPlace
.
stream
().
filter
(
l
->
value
.
equals
(
l
.
getDictValue
()))
.
map
(
SysDictData:
:
getDictLabel
).
collect
(
Collectors
.
toList
());
ExcelUtil
.
setClassExcelAttribute
(
clazz
,
"fcPlace"
,
"combo"
,
labels
);
String
[]
fc
=
labels
.
toArray
(
new
String
[]{});
ExcelUtil
.
setClassExcelAttribute
(
clazz
,
"fcPlace"
,
"combo"
,
fc
);
String
[]
isPositive
=
{
"是"
,
"否"
};
ExcelUtil
.
setClassExcelAttribute
(
clazz
,
"isPositive"
,
"combo"
,
isPositive
);
String
[]
positiveOnly
=
{
"是"
,
"否"
};
...
...
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