Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
c58cbd11
Commit
c58cbd11
authored
Nov 30, 2021
by
shenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加事项清单导入
parent
3b67812e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dataCenter-manager/src/main/java/com/mortals/xhx/modules/supplement/web/SupplementController.java
...tals/xhx/modules/supplement/web/SupplementController.java
+2
-2
No files found.
dataCenter-manager/src/main/java/com/mortals/xhx/modules/supplement/web/SupplementController.java
View file @
c58cbd11
...
@@ -113,12 +113,12 @@ public class SupplementController extends BaseCRUDJsonMappingController<Suppleme
...
@@ -113,12 +113,12 @@ public class SupplementController extends BaseCRUDJsonMappingController<Suppleme
if
(
PushTypeEnum
.
SYTH
.
getValue
()
==
type
){
if
(
PushTypeEnum
.
SYTH
.
getValue
()
==
type
){
EasyExcel
.
read
(
file
.
getInputStream
(),
ImplementlistEntity
.
class
,
new
ImplementImportListener
(
implementlistDao
))
EasyExcel
.
read
(
file
.
getInputStream
(),
ImplementlistEntity
.
class
,
new
ImplementImportListener
(
implementlistDao
))
.
sheet
(
0
)
.
sheet
(
0
)
.
headRowNumber
(
3
)
.
headRowNumber
(
1
)
.
doRead
();
.
doRead
();
}
else
if
(
PushTypeEnum
.
RYB
.
getValue
()
==
type
){
}
else
if
(
PushTypeEnum
.
RYB
.
getValue
()
==
type
){
EasyExcel
.
read
(
file
.
getInputStream
(),
RybMatterListEntry
.
class
,
new
RybMatterImportListener
(
matterDao
))
EasyExcel
.
read
(
file
.
getInputStream
(),
RybMatterListEntry
.
class
,
new
RybMatterImportListener
(
matterDao
))
.
sheet
(
0
)
.
sheet
(
0
)
.
headRowNumber
(
3
)
.
headRowNumber
(
1
)
.
doRead
();
.
doRead
();
}
}
respPdu
.
setCode
(
200
);
respPdu
.
setCode
(
200
);
...
...
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