Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_ht
Commits
cd70fba8
Commit
cd70fba8
authored
Nov 29, 2023
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
记录按照创建日期进行排序
parent
8265a46d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
SCleanRecordsMapper.xml
.../src/main/resources/mapper/system/SCleanRecordsMapper.xml
+1
-0
SConsumerCouponMapper.xml
...rc/main/resources/mapper/system/SConsumerCouponMapper.xml
+1
-0
SOrderMapper.xml
...-system/src/main/resources/mapper/system/SOrderMapper.xml
+1
-0
No files found.
share-system/src/main/resources/mapper/system/SCleanRecordsMapper.xml
View file @
cd70fba8
...
...
@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"roomId != null"
>
and t1.room_id = #{roomId}
</if>
<if
test=
"storeId != null"
>
and t1.store_id = #{storeId}
</if>
</where>
ORDER BY create_time DESC
</select>
<select
id=
"selectSCleanRecordsById"
parameterType=
"Long"
resultMap=
"SCleanRecordsResult"
>
...
...
share-system/src/main/resources/mapper/system/SConsumerCouponMapper.xml
View file @
cd70fba8
...
...
@@ -96,6 +96,7 @@
<if
test=
"isDelete != null "
>
and is_delete = #{isDelete}
</if>
<if
test=
"deleteBy != null and deleteBy != ''"
>
and delete_by = #{deleteBy}
</if>
<if
test=
"deleteTime != null "
>
and delete_time = #{deleteTime}
</if>
ORDER BY create_time DESC
</where>
</select>
...
...
share-system/src/main/resources/mapper/system/SOrderMapper.xml
View file @
cd70fba8
...
...
@@ -117,6 +117,7 @@
<if
test=
"updateBy != null and updateBy != ''"
>
and update_by = #{updateBy}
</if>
<if
test=
"updateTime != null and updateTime != ''"
>
and update_time = #{updateTime}
</if>
<if
test=
"remark != null and remark != ''"
>
and remark = #{remark}
</if>
ORDER BY create_time DESC
</select>
<select
id=
"selectSOrderById"
parameterType=
"Long"
resultMap=
"SOrderResult"
>
...
...
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