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
558959db
Commit
558959db
authored
Apr 01, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.9-20
parent
2326044f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
TSocialFriendPushServiceImpl.java
...ifu/social/service/impl/TSocialFriendPushServiceImpl.java
+2
-6
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendPushServiceImpl.java
View file @
558959db
...
...
@@ -178,7 +178,6 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
List
<
TSocialSoldierLog
>
logTemp
=
new
ArrayList
<>();
List
<
TSocialInfo
>
socialInfoTemp
=
new
ArrayList
<>();
List
<
TSocialInfo
>
socialInfoUpdate
=
new
ArrayList
<>();
int
i
=
1
;
String
ygsHandleStatus
;
String
dispatchItem
=
"社保"
;
// 同一个户才一批次推送,因为账号密码不一样 ,不同户,则先推送一批
...
...
@@ -208,7 +207,7 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
&&
!
vo
.
getSocialHouseholdName
().
equals
(
ygsAddlist
.
get
(
index
+
1
).
getSocialHouseholdName
()))
{
nextFlag
=
true
;
}
if
(
nextFlag
||
i
%
20
==
0
||
i
>=
ygsAddlist
.
size
()
)
{
if
(
nextFlag
||
i
ndex
%
20
==
0
||
index
>=
ygsAddlist
.
size
()-
1
)
{
nextFlag
=
false
;
requestId
=
socialFriendConfig
.
pushFriendByInfo
(
restTemplate
,
vo
,
listVo
,
type
,
thisTime
,
backLogList
);
ygsHandleStatus
=
CommonConstants
.
TWO_STRING
;
...
...
@@ -232,7 +231,6 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
socialInfoTemp
=
new
ArrayList
<>();
logTemp
=
new
ArrayList
<>();
}
i
++;
}
catch
(
Exception
e
)
{
remark
=
"提交社保士兵异常!"
;
}
...
...
@@ -290,7 +288,6 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
List
<
TSocialSoldierLog
>
logTemp
=
new
ArrayList
<>();
List
<
TSocialInfo
>
socialInfoTemp
=
new
ArrayList
<>();
List
<
TSocialInfo
>
socialInfoUpdate
=
new
ArrayList
<>();
int
i
=
1
;
String
ysdHandleStatus
;
String
dispatchItem
=
"医保"
;
// 同一个户才一批次推送,因为账号密码不一样 ,不同户,则先推送一批
...
...
@@ -334,7 +331,7 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
&&
!
vo
.
getSocialHouseholdName
().
equals
(
ysdAddlist
.
get
(
index
+
1
).
getSocialHouseholdName
()))
{
nextFlag
=
true
;
}
if
(
nextFlag
||
i
%
20
==
0
||
i
>=
ysdAddlist
.
size
()
)
{
if
(
nextFlag
||
i
ndex
%
20
==
0
||
index
>=
ysdAddlist
.
size
()-
1
)
{
requestId
=
socialFriendConfig
.
pushFriendByInfo
(
restTemplate
,
vo
,
listVo
,
type
,
thisTime
,
backLogList
);
ysdHandleStatus
=
CommonConstants
.
TWO_STRING
;
remark
=
"已推送提交任务!"
;
...
...
@@ -357,7 +354,6 @@ public class TSocialFriendPushServiceImpl extends ServiceImpl<TSocialFriendMappe
socialInfoTemp
=
new
ArrayList
<>();
logTemp
=
new
ArrayList
<>();
}
i
++;
}
catch
(
Exception
e
)
{
remark
=
"提交社保士兵异常!"
;
}
...
...
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