Commit 62aac912 authored by huyuchen's avatar huyuchen

huych-商险接口推送优化

parent 2435dd7d
......@@ -82,7 +82,6 @@ public class DoJointInsuranceTask {
* @Date: 2022-11-30
* @return: void
**/
@Async
public void asynchronousEkpInfo(TInsuranceDetail detail, TInsuranceSettle settle, Integer type) {
log.info("推送商险明细到EKP-线程开始");
try {
......@@ -607,7 +606,7 @@ public class DoJointInsuranceTask {
}
}
//红冲
if (InsurancesConstants.CORRECT_SETTLE_BILL.equals(param.getInteractiveType())) {
if (InsurancesConstants.CORRECT_SETTLE_BILL.equals(param.getInteractiveType()) && "否".equals(param.getBpoFlag())) {
EkpInsurancesInfo pushParam = new EkpInsurancesInfo();
String code = "";
if (InsurancesConstants.ESTIMATE_SETTLE_BILL.equals(param.getSettleType())) {
......
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