Commit c81a21fa by jianan

新单跟进v2

parent f23d9498
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment