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
262d63ac
Commit
262d63ac
authored
Dec 13, 2023
by
LiuLin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
cc9cbba2
43d91bb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
JyjcOpeningApplicationMapper.xml
...rc/main/resources/mapper/JyjcOpeningApplicationMapper.xml
+6
-6
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcOpeningApplicationMapper.xml
View file @
262d63ac
...
...
@@ -23,19 +23,19 @@
from tz_jyjc_opening_application
<where>
<if
test=
"jyjcOpeningApplicationDto.applicationSeq != '' and jyjcOpeningApplicationDto.applicationSeq != null"
>
and appl
y_no
like concat('%',#{jyjcOpeningApplicationDto.applicationSeq},'%')
and appl
ication_seq
like concat('%',#{jyjcOpeningApplicationDto.applicationSeq},'%')
</if>
<if
test=
"jyjcOpeningApplicationDto.unitCode != '' and jyjcOpeningApplicationDto.unitCode != null"
>
and
apply_no
like concat('%',#{jyjcOpeningApplicationDto.unitCode},'%')
and
unit_code
like concat('%',#{jyjcOpeningApplicationDto.unitCode},'%')
</if>
<if
test=
"jyjcOpeningApplicationDto.accept
_date != '' and jyjcOpeningApplicationDto.accept_d
ate != null"
>
and a
pply_no like concat('%',#{jyjcOpeningApplicationDto.accept_d
ate},'%')
<if
test=
"jyjcOpeningApplicationDto.accept
Date != '' and jyjcOpeningApplicationDto.acceptD
ate != null"
>
and a
ccept_date like concat('%',#{jyjcOpeningApplicationDto.acceptD
ate},'%')
</if>
<if
test=
"jyjcOpeningApplicationDto.status != '' and jyjcOpeningApplicationDto.status != null"
>
and
apply_no
like concat('%',#{jyjcOpeningApplicationDto.status},'%')
and
status
like concat('%',#{jyjcOpeningApplicationDto.status},'%')
</if>
<if
test=
"jyjcOpeningApplicationDto.applyTime != '' and jyjcOpeningApplicationDto.applyTime != null"
>
and apply_
no
like concat('%',#{jyjcOpeningApplicationDto.applyTime},'%')
and apply_
time
like concat('%',#{jyjcOpeningApplicationDto.applyTime},'%')
</if>
</where>
...
...
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