Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
wangweidong
patzn-cloud-service-hmhj
Commits
6744b05d
Commit
6744b05d
authored
Jul 25, 2021
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加槽号过滤条件
parent
c9ba93e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
EntrustSampleMapper.xml
src/main/resources/mapper/hmhj/EntrustSampleMapper.xml
+9
-0
No files found.
src/main/resources/mapper/hmhj/EntrustSampleMapper.xml
View file @
6744b05d
...
...
@@ -162,6 +162,15 @@
<if
test=
"null!=vo.slotNo"
>
AND s.slot_no LIKE CONCAT('%',#{vo.slotNo},'%')
</if>
<if
test=
"null != vo.slotNoS || null != vo.slotNoE"
>
AND s.slot_no is not null
</if>
<if
test=
"null != vo.slotNoS"
>
AND to_number(s.slot_no,'99999')
>
= #{vo.slotNoS}
</if>
<if
test=
"null != vo.slotNoE"
>
AND to_number(s.slot_no,'99999')
<
= #{vo.slotNoE}
</if>
ORDER BY e.code,s.code
...
...
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