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
5e061dc5
Commit
5e061dc5
authored
Aug 06, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3782f9ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
src/main/java/com/ruoyi/project/zjsgfa/controller/SjFdsgcsController.java
+13
-2
No files found.
src/main/java/com/ruoyi/project/zjsgfa/controller/SjFdsgcsController.java
View file @
5e061dc5
...
...
@@ -41,11 +41,22 @@ public class SjFdsgcsController extends BaseController
@GetMapping
(
"/list"
)
public
TableDataInfo
list
(
SjFdsgcs
sjFdsgcs
)
{
startPage
();
//
startPage();
List
<
SjFdsgcs
>
list
=
sjFdsgcsService
.
selectSjFdsgcsList
(
sjFdsgcs
);
return
getDataTable
(
list
);
}
@GetMapping
(
"/getInfo"
)
public
AjaxResult
getInfo
(
SjFdsgcs
sjFdsgcs
)
{
// startPage();
List
<
SjFdsgcs
>
list
=
sjFdsgcsService
.
selectSjFdsgcsList
(
sjFdsgcs
);
if
(
list
.
size
()>
0
){
SjFdsgcs
sjFdsgcs1
=
list
.
get
(
0
);
return
AjaxResult
.
success
(
sjFdsgcs1
);
}
else
{
return
AjaxResult
.
success
(
new
SjFdsgcs
());
}
}
/**
* 导出设计-分段施工措施列表
*/
...
...
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