Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
013a7a7b
Commit
013a7a7b
authored
Aug 03, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
a72dfa64
baeb4c0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
SysBaseSetInfoMapper.xml
...al-biz/src/main/resources/mapper/SysBaseSetInfoMapper.xml
+12
-2
No files found.
yifu-social/yifu-social-biz/src/main/resources/mapper/SysBaseSetInfoMapper.xml
View file @
013a7a7b
...
@@ -153,10 +153,20 @@
...
@@ -153,10 +153,20 @@
AND a.PROVINCE = #{sysBaseSetInfo.province}
AND a.PROVINCE = #{sysBaseSetInfo.province}
</if>
</if>
<if
test=
"sysBaseSetInfo.city != null"
>
<if
test=
"sysBaseSetInfo.city != null"
>
AND a.CITY = #{sysBaseSetInfo.city}
<if
test=
"sysBaseSetInfo.city != -1"
>
AND a.CITY = #{sysBaseSetInfo.city}
</if>
<if
test=
"sysBaseSetInfo.city == -1"
>
AND a.CITY is null
</if>
</if>
</if>
<if
test=
"sysBaseSetInfo.town != null"
>
<if
test=
"sysBaseSetInfo.town != null"
>
AND a.TOWN = #{sysBaseSetInfo.town}
<if
test=
"sysBaseSetInfo.town != -1"
>
AND a.TOWN = #{sysBaseSetInfo.town}
</if>
<if
test=
"sysBaseSetInfo.town == -1"
>
AND a.TOWN is null
</if>
</if>
</if>
<if
test=
"sysBaseSetInfo.applyStartDate != null"
>
<if
test=
"sysBaseSetInfo.applyStartDate != null"
>
AND a.APPLY_START_DATE
<![CDATA[ <= ]]>
#{sysBaseSetInfo.applyStartDate}
AND a.APPLY_START_DATE
<![CDATA[ <= ]]>
#{sysBaseSetInfo.applyStartDate}
...
...
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