Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
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
hubin
long-tern-care-service
Commits
fc841faf
Commit
fc841faf
authored
Apr 09, 2021
by
zhangch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XML修改
parent
389c2cb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ChDisableApplyMapper.xml
...ervice/src/main/resources/mapper/ChDisableApplyMapper.xml
+3
-3
No files found.
apply/apply-service/src/main/resources/mapper/ChDisableApplyMapper.xml
View file @
fc841faf
...
@@ -46,13 +46,13 @@
...
@@ -46,13 +46,13 @@
and a.REAL_NAME like '%'#{name}'%'
and a.REAL_NAME like '%'#{name}'%'
</if>
</if>
<if
test=
"certiCode != null and certiCode != ''"
>
<if
test=
"certiCode != null and certiCode != ''"
>
and
h
.CERTI_CODE = #{certiCode}
and
a
.CERTI_CODE = #{certiCode}
</if>
</if>
<if
test=
"dataFrom != null and dataFrom != ''"
>
<if
test=
"dataFrom != null and dataFrom != ''"
>
and
h
.DATA_FROM = #{dataFrom}
and
a
.DATA_FROM = #{dataFrom}
</if>
</if>
<if
test=
"srvOrganId != null and srvOrganId != ''"
>
<if
test=
"srvOrganId != null and srvOrganId != ''"
>
and
h
.srvOrganId = #{srvOrganId}
and
a
.srvOrganId = #{srvOrganId}
</if>
</if>
</where>
</where>
</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