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
a1aa825a
Commit
a1aa825a
authored
Mar 11, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.20-非扣税银企
parent
d975b49d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+3
-0
TPaymentInfoMapper.xml
...cial-biz/src/main/resources/mapper/TPaymentInfoMapper.xml
+7
-0
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
a1aa825a
...
...
@@ -5364,6 +5364,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
||
"安徽皖信人力资源管理有限公司肥东分公司"
.
equals
(
tPaymentInfo
.
getSocialHousehold
()))
&&
Common
.
isEmpty
(
tPaymentInfo
.
getEmpIdcard
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getUnitName
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSettleDomainName
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSettleDomainCode
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSocialCreateMonth
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSocialPayMonth
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSocialProvince
())
...
...
@@ -5377,6 +5378,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
&&
Common
.
isEmpty
(
tPaymentInfo
.
getEmpIdcard
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getUnitName
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSettleDomainName
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSettleDomainCode
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSocialCreateMonth
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSocialPayMonth
())
&&
Common
.
isEmpty
(
tPaymentInfo
.
getSecondIndicatorBelong
())
...
...
@@ -5497,6 +5499,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
&&
Common
.
isEmpty
(
searchVo
.
getSocialSecurityNo
())
&&
Common
.
isEmpty
(
searchVo
.
getUnitName
())
&&
Common
.
isEmpty
(
searchVo
.
getSettleDomainName
())
&&
Common
.
isEmpty
(
searchVo
.
getSettleDomainCode
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialCreateMonth
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialPayMonth
())
&&
Common
.
isEmpty
(
searchVo
.
getCreateName
())
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TPaymentInfoMapper.xml
View file @
a1aa825a
...
...
@@ -883,6 +883,9 @@
<if
test=
"tPaymentInfo.settleDomainName != null and tPaymentInfo.settleDomainName.trim() != ''"
>
AND a.SETTLE_DOMAIN_NAME = #{tPaymentInfo.settleDomainName}
</if>
<if
test=
"tPaymentInfo.settleDomainCode != null and tPaymentInfo.settleDomainCode.trim() != ''"
>
AND a.SETTLE_DOMAIN_CODE = #{tPaymentInfo.settleDomainCode}
</if>
<if
test=
"tPaymentInfo.unitName != null and tPaymentInfo.unitName.trim() != ''"
>
AND a.UNIT_NAME = #{tPaymentInfo.unitName}
</if>
...
...
@@ -1037,6 +1040,10 @@
<if
test=
"tPaymentInfo.settleDomainName != null and tPaymentInfo.settleDomainName.trim() != ''"
>
AND a.SETTLE_DOMAIN_NAME = #{tPaymentInfo.settleDomainName}
</if>
<if
test=
"tPaymentInfo.settleDomainCode != null and tPaymentInfo.settleDomainCode.trim() != ''"
>
AND a.SETTLE_DOMAIN_CODE = #{tPaymentInfo.settleDomainCode}
</if>
<if
test=
"tPaymentInfo.unitName != null and tPaymentInfo.unitName.trim() != ''"
>
AND a.UNIT_NAME = #{tPaymentInfo.unitName}
</if>
...
...
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