Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
c81a21fa
Commit
c81a21fa
authored
Jan 23, 2026
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进v2
parent
f23d9498
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
yd-csf-api/src/main/java/com/yd/csf/api/controller/ApiPolicyFollowController.java
+0
-9
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/controller/ApiPolicyFollowController.java
View file @
c81a21fa
...
@@ -719,7 +719,6 @@ public class ApiPolicyFollowController {
...
@@ -719,7 +719,6 @@ public class ApiPolicyFollowController {
* @param policyNo 保单号
* @param policyNo 保单号
*/
*/
private
void
generateExpectedFortuneSync
(
String
token
,
String
policyNo
)
{
private
void
generateExpectedFortuneSync
(
String
token
,
String
policyNo
)
{
try
{
// 设置ThreadLocal Token
// 设置ThreadLocal Token
FeignTokenInterceptor
.
setThreadLocalToken
(
token
);
FeignTokenInterceptor
.
setThreadLocalToken
(
token
);
...
@@ -735,12 +734,5 @@ public class ApiPolicyFollowController {
...
@@ -735,12 +734,5 @@ public class ApiPolicyFollowController {
}
else
{
}
else
{
log
.
info
(
"新单跟进-同步生成预计出账记录成功:保单号={}"
,
policyNo
);
log
.
info
(
"新单跟进-同步生成预计出账记录成功:保单号={}"
,
policyNo
);
}
}
}
catch
(
BusinessException
e
)
{
throw
e
;
}
catch
(
Exception
e
)
{
log
.
error
(
"新单跟进-同步生成预计出账记录失败:保单号={}, 错误信息={}"
,
policyNo
,
e
.
getMessage
(),
e
);
throw
new
BusinessException
(
"生成预计出账记录异常:保单号="
+
policyNo
+
", 错误信息="
+
e
.
getMessage
());
}
}
}
}
}
\ No newline at end of file
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