Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjsgfa_mysql
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
zjsgfa_mysql
Commits
10262939
Commit
10262939
authored
Jul 16, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8982dca6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
src/main/java/com/ruoyi/project/zt/controller/DjdcController.java
+2
-1
src/main/java/com/ruoyi/project/zt/domain/CommonParam.java
+2
-0
No files found.
src/main/java/com/ruoyi/project/zt/controller/DjdcController.java
View file @
10262939
...
...
@@ -257,12 +257,13 @@ public class DjdcController {
public
void
export
(
HttpServletResponse
response
,
CommonParam
param
)
{
String
path
=
param
.
getPath
();
String
path
=
param
.
get
Export
Path
();
switch
(
path
)
{
case
"exportLjjw"
:
List
<
Ljjw
>
ljjwList2
=
djdcService
.
getLjjwList
(
param
);
ExcelUtil
<
Ljjw
>
util
=
new
ExcelUtil
<
Ljjw
>(
Ljjw
.
class
);
util
.
exportExcel
(
response
,
ljjwList2
,
"Sheet1"
);
default
:
}
...
...
src/main/java/com/ruoyi/project/zt/domain/CommonParam.java
View file @
10262939
...
...
@@ -12,6 +12,8 @@ public class CommonParam {
//接口路径
private
String
path
;
//导出接口路径
private
String
exportPath
;
//井号
private
String
jh
;
//井型
...
...
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