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
0adf77d2
Commit
0adf77d2
authored
Aug 22, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
639d93f1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/main/java/com/ruoyi/project/zjsgfa/controller/SjDjjcController.java
+8
-0
src/main/resources/static/excel/sjdrmb.xlsx
+0
-0
No files found.
src/main/java/com/ruoyi/project/zjsgfa/controller/SjDjjcController.java
View file @
0adf77d2
...
...
@@ -192,6 +192,14 @@ public class SjDjjcController extends BaseController
return
getDataTable
(
list
);
}
@GetMapping
(
"/getList"
)
public
TableDataInfo
apiList
(
SjDjjc
sjDjjc
)
{
// startPage();
List
<
SjDjjc
>
list
=
sjDjjcService
.
selectSjDjjcList
(
sjDjjc
);
return
getDataTable
(
list
);
}
/**
* 获取井号下拉框
* @param sjDjjc
...
...
src/main/resources/static/excel/sjdrmb.xlsx
View file @
0adf77d2
No preview for this file type
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