Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
31953a6f
Commit
31953a6f
authored
Sep 08, 2021
by
kongfm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消防水源按时间倒叙排列add order by cb_water_resource.rec_date desc 2021-09-08 by kongfm
parent
6249f0f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
WaterResourceMapper.xml
...mon-api/src/main/resources/mapper/WaterResourceMapper.xml
+2
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/WaterResourceMapper.xml
View file @
31953a6f
...
@@ -115,6 +115,7 @@
...
@@ -115,6 +115,7 @@
from cb_water_resource
from cb_water_resource
where is_delete = #{isDelete}
where is_delete = #{isDelete}
</select>
</select>
<!--消防水源按时间倒叙排列add order by cb_water_resource.rec_date desc 2021-09-08 by kongfm -->
<select
id=
"getWaterResourcePageByParams"
<select
id=
"getWaterResourcePageByParams"
resultType=
"com.yeejoin.amos.boot.module.common.api.dto.WaterResourceDto"
>
resultType=
"com.yeejoin.amos.boot.module.common.api.dto.WaterResourceDto"
>
select * from cb_water_resource where is_delete = 1
select * from cb_water_resource where is_delete = 1
...
@@ -133,6 +134,7 @@
...
@@ -133,6 +134,7 @@
<if
test=
"belongBuildingId != null and belongBuildingId.size() > 0"
>
<if
test=
"belongBuildingId != null and belongBuildingId.size() > 0"
>
and find_in_set(belong_building_id, #{belongBuildingId}) > 0
and find_in_set(belong_building_id, #{belongBuildingId}) > 0
</if>
</if>
order by cb_water_resource.rec_date desc
</select>
</select>
...
...
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