Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
e8f3450b
Commit
e8f3450b
authored
Mar 12, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改排序
parent
c7a55db6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
TLpgAirChargeFilesMapper.xml
...main/resources/mapper/system/TLpgAirChargeFilesMapper.xml
+1
-0
TLpgDeliveryRecordMapper.xml
...main/resources/mapper/system/TLpgDeliveryRecordMapper.xml
+2
-1
No files found.
zh-baseversion-system/src/main/resources/mapper/system/TLpgAirChargeFilesMapper.xml
View file @
e8f3450b
...
...
@@ -37,6 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"vaseCode != null and vaseCode != ''"
>
and f_vase_code like concat('%', #{vaseCode}, '%')
</if>
<if
test=
"barCode != null and barCode != ''"
>
and f_bar_code like concat('%', #{barCode}, '%')
</if>
</where>
order by files.f_fill_statr_time desc
</select>
<select
id=
"queryAllForExport"
resultMap=
"TLpgAirChargeFilesResult"
>
<include
refid=
"selectTLpgAirChargeFilesVo"
/>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TLpgDeliveryRecordMapper.xml
View file @
e8f3450b
...
...
@@ -53,8 +53,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"deliveryAddress != null and deliveryAddress != ''"
>
and delivery.delivery_address = #{deliveryAddress}
</if>
<if
test=
"deliveryDate != null "
>
and delivery.delivery_date = #{deliveryDate}
</if>
<if
test=
"isDel != null and isDel != ''"
>
and delivery.is_del = #{isDel}
</if>
<if
test=
"bottleCode != null and bottleCode != ''"
>
and
bottle
.f_bottle_code like concat('%', #{bottleCode}, '%')
</if>
<if
test=
"bottleCode != null and bottleCode != ''"
>
and
delivery
.f_bottle_code like concat('%', #{bottleCode}, '%')
</if>
</where>
order by delivery_date desc
</select>
<select
id=
"queryAllByBottleCodeLimit2"
resultMap=
"TLpgDeliveryRecordResult"
>
<include
refid=
"selectTLpgDeliveryRecordVo"
></include>
...
...
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