|
|
@@ -472,10 +472,6 @@ public class YongchengOrderApiServiceImpl implements YongchengOrderApiService {
|
|
|
|
|
|
try {
|
|
|
AuditResponse rd = yongchengRequestApiComponents.newXnyUnderwritingService(m);
|
|
|
- if (rd.getResponseHead().getReturnCode().equals("E0001") && rd.getResponseHead().getReturnMessage().contains("核保时间需要小于起保日期")) {
|
|
|
- throw new SystemException("请检查报价起保时间是否正确");
|
|
|
- }
|
|
|
-
|
|
|
if (rd.getResponseHead().getReturnCode().equals("0000")) {
|
|
|
String statusJq = StringUtils.toString(rd.getStatusJq(), "");
|
|
|
String statusSy = StringUtils.toString(rd.getStatusSY(), "");
|
|
|
@@ -494,7 +490,6 @@ public class YongchengOrderApiServiceImpl implements YongchengOrderApiService {
|
|
|
} else if (statusJq.equals("9") || statusSy.equals("9")) {
|
|
|
iac.setOrderstatus(InsOrderStatusEnum.WAIT_PAY.getCode());
|
|
|
}
|
|
|
-
|
|
|
//构造订单状态
|
|
|
buildOrderStatus(order, iac);
|
|
|
|