Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
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
赵啸非
refined-platform
Commits
08feb3a8
Commit
08feb3a8
authored
Dec 08, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册用户导入导出问题修改
parent
5b9dbbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
refined-manager/src/main/java/com/mortals/xhx/module/person/web/PersonController.java
...a/com/mortals/xhx/module/person/web/PersonController.java
+10
-10
No files found.
refined-manager/src/main/java/com/mortals/xhx/module/person/web/PersonController.java
View file @
08feb3a8
...
@@ -56,14 +56,14 @@ public class PersonController extends BaseCRUDJsonBodyMappingController<PersonSe
...
@@ -56,14 +56,14 @@ public class PersonController extends BaseCRUDJsonBodyMappingController<PersonSe
super
.
init
(
model
,
context
);
super
.
init
(
model
,
context
);
}
}
@Override
//
@Override
public
void
doExportBefore
(
Context
context
,
PersonEntity
query
,
List
<
String
>
properties
)
throws
AppException
{
//
public void doExportBefore(Context context, PersonEntity query, List<String> properties) throws AppException {
properties
.
add
(
"性别"
);
//
properties.add("性别");
// super.doExportBefore(context, query, properties);
//
// super.doExportBefore(context, query, properties);
}
//
}
//
@Override
//
@Override
public
void
doImportExcelAfter
(
MultipartFile
file
,
List
<
PersonEntity
>
list
,
Context
context
)
throws
AppException
{
//
public void doImportExcelAfter(MultipartFile file, List<PersonEntity> list, Context context) throws AppException {
String
filePath
=
uploadService
.
saveFileUpload
(
file
,
"file/fileupload"
,
null
);
//
String filePath = uploadService.saveFileUpload(file, "file/fileupload",null);
}
//
}
}
}
\ No newline at end of file
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