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
ceae71ba
Commit
ceae71ba
authored
May 15, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.6.4-优化社保士兵
parent
c1499191
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TSocialSoldierMapper.xml
...al-biz/src/main/resources/mapper/TSocialSoldierMapper.xml
+4
-4
No files found.
yifu-social/yifu-social-biz/src/main/resources/mapper/TSocialSoldierMapper.xml
View file @
ceae71ba
...
...
@@ -102,7 +102,7 @@
<!-- 社保士兵养工失增加模板-->
<select
id=
"getSocialSoldierYgsAddVoList"
resultType=
"com.yifu.cloud.plus.v1.yifu.social.vo.SocialSoldierYgsAddVo"
>
<include
refid=
"getSocialSoldierBase"
/>
and a.type = '0' and
a
.YGS_HANDLE_STATUS in ('0','1','2','3')
and a.type = '0' and
s
.YGS_HANDLE_STATUS in ('0','1','2','3')
and (
if(ifnull(h.id,0) != '0',h.PENSION_HANDLE,s.PENSION_HANDLE) = '0' or
if(ifnull(h.id,0) != '0',h.WORK_INJURY_HANDLE,s.WORK_INJURY_HANDLE) = '0' or
...
...
@@ -134,7 +134,7 @@
<!-- 社保士兵养工失减少模板-->
<select
id=
"getSocialSoldierYgsReduceVoList"
resultType=
"com.yifu.cloud.plus.v1.yifu.social.vo.SocialSoldierYgsAddVo"
>
<include
refid=
"getSocialSoldierBase"
/>
and a.type = '1' and
a
.YGS_HANDLE_STATUS in ('0','1','2','3')
and a.type = '1' and
s
.YGS_HANDLE_STATUS in ('0','1','2','3')
and (
if(ifnull(h.id,0) != '0',h.PENSION_HANDLE,s.PENSION_HANDLE) = '5' or
if(ifnull(h.id,0) != '0',h.WORK_INJURY_HANDLE,s.WORK_INJURY_HANDLE) = '5' or
...
...
@@ -147,7 +147,7 @@
<!-- 社保士兵医生大增加模板-->
<select
id=
"getSocialSoldierYsdAddVoList"
resultType=
"com.yifu.cloud.plus.v1.yifu.social.vo.SocialSoldierYgsAddVo"
>
<include
refid=
"getSocialSoldierBase"
/>
and a.type = '0' and
a
.YSD_HANDLE_STATUS in ('0','1','2','3')
and a.type = '0' and
s
.YSD_HANDLE_STATUS in ('0','1','2','3')
and (
if(ifnull(h.id,0) != '0',h.MEDICAL_HANDLE,s.MEDICAL_HANDLE) = '0' or
if(ifnull(h.id,0) != '0',h.BIRTH_HANDLE,s.BIRTH_HANDLE) = '0' or
...
...
@@ -160,7 +160,7 @@
<!-- 社保士兵医生大减少模板-->
<select
id=
"getSocialSoldierYsdReduceVoList"
resultType=
"com.yifu.cloud.plus.v1.yifu.social.vo.SocialSoldierYgsAddVo"
>
<include
refid=
"getSocialSoldierBase"
/>
and a.type = '1' and
a
.YSD_HANDLE_STATUS in ('0','1','2','3')
and a.type = '1' and
s
.YSD_HANDLE_STATUS in ('0','1','2','3')
and (
if(ifnull(h.id,0) != '0',h.MEDICAL_HANDLE,s.MEDICAL_HANDLE) = '5' or
if(ifnull(h.id,0) != '0',h.BIRTH_HANDLE,s.BIRTH_HANDLE) = '5' or
...
...
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