|
|
@@ -235,6 +235,13 @@ public class ZijinOrderApiServiceImpl implements ZijinOrderApiService {
|
|
|
if (StringUtils.isEmpty(uwMsg)) {
|
|
|
uwMsg = systemException.getMessage();
|
|
|
}
|
|
|
+
|
|
|
+ // 人工核保
|
|
|
+ if (uwFlag.contains("转人工核保成功")) {
|
|
|
+ insAreaCompany.setOrderstatus(InsOrderStatusEnum.WAIT_AUDIT.getCode());
|
|
|
+ }
|
|
|
+
|
|
|
+ insAreaCompanyService.updateCompanyAndOrders(insAreaCompany);
|
|
|
return HttpResult.error(OrderStatusEnum.O_3.getName() + ":" + uwMsg);
|
|
|
}
|
|
|
|