Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
7961fc03
Commit
7961fc03
authored
Jun 11, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
动态字段调整排序逻辑
parent
9dc02b80
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
base-manager/src/main/java/com/mortals/xhx/module/app/web/AppDatasetController.java
.../com/mortals/xhx/module/app/web/AppDatasetController.java
+0
-3
base-manager/src/main/resources/sqlmap/module/app/AppDatasetMapper.xml
...src/main/resources/sqlmap/module/app/AppDatasetMapper.xml
+1
-1
base-manager/src/test/java/com/mortals/httpclient/app/AppDatasetController.http
...java/com/mortals/httpclient/app/AppDatasetController.http
+4
-1
No files found.
base-manager/src/main/java/com/mortals/xhx/module/app/web/AppDatasetController.java
View file @
7961fc03
...
...
@@ -49,14 +49,11 @@ import static com.mortals.framework.ap.SysConstains.*;
@RequestMapping
(
"app/dataset"
)
public
class
AppDatasetController
extends
BaseCRUDJsonBodyMappingController
<
AppDatasetService
,
AppDatasetEntity
,
Long
>
{
@Autowired
private
ParamService
paramService
;
public
AppDatasetController
()
{
super
.
setModuleDesc
(
"自助终端应用数据集"
);
}
/**
* @param query
* @return
...
...
base-manager/src/main/resources/sqlmap/module/app/AppDatasetMapper.xml
View file @
7961fc03
...
...
@@ -71,7 +71,7 @@
</insert>
<!-- 批量新增 -->
<insert
id=
"insertBatch"
parameterType=
"paramDto"
>
<insert
id=
"insertBatch"
parameterType=
"paramDto"
useGeneratedKeys=
"true"
keyProperty=
"id"
>
insert into mortals_sys_app_dataset
(appId,createTime,updateUserId,updateTime)
VALUES
...
...
base-manager/src/test/java/com/mortals/httpclient/app/AppDatasetController.http
View file @
7961fc03
...
...
@@ -19,7 +19,10 @@ Content-Type: application/json
{
"page": 1,
"size": 10
"size": 10,
"appId": 226,
"fieldCode": "name",
"fieldValue": "%%"
}
###自助终端应用数据集列表1
...
...
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