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
388a2fcf
Commit
388a2fcf
authored
May 23, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.5.4-派单委托备注(合同起缴日期等)
parent
6a6aa9fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+9
-1
No files found.
yifu-social/yifu-social-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
View file @
388a2fcf
...
@@ -883,7 +883,15 @@
...
@@ -883,7 +883,15 @@
left join t_social_info b on a.SOCIAL_ID = b.ID
left join t_social_info b on a.SOCIAL_ID = b.ID
left join t_provident_fund c on a.FUND_ID = C.ID
left join t_provident_fund c on a.FUND_ID = C.ID
<where>
<where>
a.DELETE_FLAG = '0' and a.STATUS = '1'
a.DELETE_FLAG = '0'
<if
test=
"tDispatchInfo != null"
>
<if
test=
"tDispatchInfo.status != null and tDispatchInfo.status.trim() != ''"
>
AND a.STATUS = #{tDispatchInfo.status}
</if>
<if
test=
"tDispatchInfo.status == null or tDispatchInfo.status.trim() == ''"
>
AND a.STATUS = '1'
</if>
</if>
<include
refid=
"tDispatchInfoAudit_where"
/>
<include
refid=
"tDispatchInfoAudit_where"
/>
</where>
</where>
order by a.APPLY_NO desc
order by a.APPLY_NO desc
...
...
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