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
cc5eca32
Commit
cc5eca32
authored
Mar 12, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
明细接口改造
parent
0399e2c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
DoJointSocialTask.java
...ifu/cloud/plus/v1/yifu/social/util/DoJointSocialTask.java
+8
-8
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/util/DoJointSocialTask.java
View file @
cc5eca32
...
@@ -692,7 +692,7 @@ public class DoJointSocialTask {
...
@@ -692,7 +692,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
"社保明细批量保存失败"
);
error
.
setTitle
(
"社保明细批量保存失败"
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
TSendEkpError
error
=
new
TSendEkpError
();
TSendEkpError
error
=
new
TSendEkpError
();
...
@@ -703,7 +703,7 @@ public class DoJointSocialTask {
...
@@ -703,7 +703,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
log
.
error
(
"推送社保实缴费用到EKP错误"
,
e
);
log
.
error
(
"推送社保实缴费用到EKP错误"
,
e
);
}
}
log
.
info
(
"推送社保实缴费用到EKP结束"
);
log
.
info
(
"推送社保实缴费用到EKP结束"
);
...
@@ -857,7 +857,7 @@ public class DoJointSocialTask {
...
@@ -857,7 +857,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
"公积金批量插入失败"
);
error
.
setTitle
(
"公积金批量插入失败"
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
TSendEkpError
error
=
new
TSendEkpError
();
TSendEkpError
error
=
new
TSendEkpError
();
...
@@ -868,7 +868,7 @@ public class DoJointSocialTask {
...
@@ -868,7 +868,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
log
.
error
(
"公积金推送实缴费用到EKP错误"
,
e
);
log
.
error
(
"公积金推送实缴费用到EKP错误"
,
e
);
}
}
log
.
info
(
"公积金推送实缴费用到EKP结束"
);
log
.
info
(
"公积金推送实缴费用到EKP结束"
);
...
@@ -1150,7 +1150,7 @@ public class DoJointSocialTask {
...
@@ -1150,7 +1150,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
"社保预估明细批量保存失败"
);
error
.
setTitle
(
"社保预估明细批量保存失败"
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
TSendEkpError
error
=
new
TSendEkpError
();
TSendEkpError
error
=
new
TSendEkpError
();
...
@@ -1161,7 +1161,7 @@ public class DoJointSocialTask {
...
@@ -1161,7 +1161,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
log
.
error
(
"推送社保预估费用到EKP错误"
,
e
);
log
.
error
(
"推送社保预估费用到EKP错误"
,
e
);
}
}
log
.
info
(
"推送社保预估费预估用到EKP结束"
);
log
.
info
(
"推送社保预估费预估用到EKP结束"
);
...
@@ -1334,7 +1334,7 @@ public class DoJointSocialTask {
...
@@ -1334,7 +1334,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
"公积金预估明细批量保存失败"
);
error
.
setTitle
(
"公积金预估明细批量保存失败"
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
TSendEkpError
error
=
new
TSendEkpError
();
TSendEkpError
error
=
new
TSendEkpError
();
...
@@ -1345,7 +1345,7 @@ public class DoJointSocialTask {
...
@@ -1345,7 +1345,7 @@ public class DoJointSocialTask {
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setLinkId
(
unPushInfo
.
get
(
0
).
getId
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setTitle
(
e
.
getMessage
());
error
.
setNums
(
CommonConstants
.
ONE_INT
);
error
.
setNums
(
CommonConstants
.
ONE_INT
);
tSendEkpErrorService
.
save
Error
(
error
);
tSendEkpErrorService
.
save
(
error
);
log
.
error
(
"推送公积金预估费用到EKP错误"
,
e
);
log
.
error
(
"推送公积金预估费用到EKP错误"
,
e
);
}
}
log
.
info
(
"推送公积金预估费用到EKP结束"
);
log
.
info
(
"推送公积金预估费用到EKP结束"
);
...
...
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