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
710e493f
Commit
710e493f
authored
Apr 24, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3e208ab5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
ExcelServiceImpl.java
.../boot/module/jxiop/biz/service/impl/ExcelServiceImpl.java
+9
-5
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/ExcelServiceImpl.java
View file @
710e493f
...
...
@@ -22,19 +22,21 @@ import java.util.*;
@Service
public
class
ExcelServiceImpl
{
//
// @Autowired
// PersonBasicMapper personBasicMapper;
@Autowired
ExDataSourcesImpl
dataSourcesImpl
;
// @Autowired
// StationBasicMapper stationBasicMapper;
@Autowired
StationBasicServiceImpl
stationBasicServiceImpl
;
@Autowired
PersonBasicServiceImpl
personBasicServiceImpl
;
//
// @Autowired
// PersonBasicMapper personBasicMapper;
// @Autowired
// StationBasicMapper stationBasicMapper;
// //人员资质信息service
// @Autowired
// PersonCertificateServiceImpl personCertificateService;
...
...
@@ -44,6 +46,8 @@ public class ExcelServiceImpl {
// @Autowired
// PersonAccountServiceImpl personAccountServiceImpl;
public
void
templateExport
(
HttpServletResponse
response
,
ExcelDto
excelDto
,
Map
par
)
throws
ClassNotFoundException
{
String
url
=
excelDto
.
getClassUrl
();
Class
<?>
clz
=
Class
.
forName
(
url
);
...
...
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