Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
49c0d62a
You need to sign in or sign up before continuing.
Commit
49c0d62a
authored
Sep 19, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-实缴导入逻辑修改
parent
e3ebc638
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
TCompleteMonitorMapper.xml
...-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
+3
-0
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+1
-1
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
View file @
49c0d62a
...
@@ -161,6 +161,9 @@
...
@@ -161,6 +161,9 @@
<if
test=
"completeMonitorInfoVo.phone != null and completeMonitorInfoVo.phone.trim() != ''"
>
<if
test=
"completeMonitorInfoVo.phone != null and completeMonitorInfoVo.phone.trim() != ''"
>
and b.EMP_PHONE = #{completeMonitorInfoVo.phone}
and b.EMP_PHONE = #{completeMonitorInfoVo.phone}
</if>
</if>
<if
test=
"completeMonitorInfoVo.empIdCard != null and completeMonitorInfoVo.empIdCard.trim() != ''"
>
and a.EMP_IDCARD = #{completeMonitorInfoVo.empIdCard}
</if>
<if
test=
"completeMonitorInfoVo.isComplete != null and completeMonitorInfoVo.isComplete.trim() != ''"
>
<if
test=
"completeMonitorInfoVo.isComplete != null and completeMonitorInfoVo.isComplete.trim() != ''"
>
and a.IS_COMPLETE = #{completeMonitorInfoVo.isComplete}
and a.IS_COMPLETE = #{completeMonitorInfoVo.isComplete}
</if>
</if>
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
49c0d62a
...
@@ -1786,7 +1786,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1786,7 +1786,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
@Override
@Override
public
R
<
List
<
ErrorMessage
>>
importTaxSocialInfoDiy
(
InputStream
inputStream
)
{
public
R
<
List
<
ErrorMessage
>>
importTaxSocialInfoDiy
(
InputStream
inputStream
)
{
YifuUser
user
=
SecurityUtils
.
getUser
();
//养老插入的集合
//养老插入的集合
ConcurrentHashMap
<
String
,
TPaymentInfo
>
batchYlInsertList
=
new
ConcurrentHashMap
<>();
ConcurrentHashMap
<
String
,
TPaymentInfo
>
batchYlInsertList
=
new
ConcurrentHashMap
<>();
//工伤插入的集合
//工伤插入的集合
...
...
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