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
ef584eca
Commit
ef584eca
authored
Jun 15, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.24 - 户配置加是否抓取身份证,是否抓取合同
parent
7adb1052
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
TSocialFriendPushServiceImpl.java
...ifu/social/service/impl/TSocialFriendPushServiceImpl.java
+4
-5
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendPushServiceImpl.java
View file @
ef584eca
...
...
@@ -72,7 +72,6 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
private
final
RestTemplate
restTemplate
;
private
final
SocialFriendConfig
socialFriendConfig
;
private
final
TSocialInfoService
tSocialInfoService
;
private
final
TSocialDeadlineInfoService
tSocialDeadlineInfoService
;
private
final
TSocialSoldierLogService
tSocialSoldierLogService
;
private
final
TSocialFriendBackLogService
tSocialFriendBackLogService
;
...
...
@@ -432,13 +431,13 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
}
}
if
(!
socialInfoUpdate
.
isEmpty
())
{
t
SocialInfoService
.
updateBatchById
(
socialInfoUpdate
);
t
his
.
updateBatchById
(
socialInfoUpdate
);
}
if
(!
backLogList
.
isEmpty
())
{
tSocialFriendBackLogService
.
saveBatch
(
backLogList
);
}
if
(!
renGongList
.
isEmpty
())
{
t
SocialInfoService
.
updateBatchById
(
renGongList
);
t
his
.
updateBatchById
(
renGongList
);
}
if
(!
logList
.
isEmpty
())
{
tSocialSoldierLogService
.
saveBatch
(
logList
);
...
...
@@ -762,10 +761,10 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
tSocialFriendBackLogService
.
saveBatch
(
backLogList
);
}
if
(!
socialInfoUpdate
.
isEmpty
())
{
t
SocialInfoService
.
updateBatchById
(
socialInfoUpdate
);
t
his
.
updateBatchById
(
socialInfoUpdate
);
}
if
(!
renGongList
.
isEmpty
())
{
t
SocialInfoService
.
updateBatchById
(
renGongList
);
t
his
.
updateBatchById
(
renGongList
);
}
if
(!
logList
.
isEmpty
())
{
tSocialSoldierLogService
.
saveBatch
(
logList
);
...
...
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