|
|
@@ -112,7 +112,7 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
|
|
|
|
|
|
@Autowired
|
|
|
private InsOrdersCarInfoService insOrdersCarInfoService;
|
|
|
-
|
|
|
+
|
|
|
@Autowired
|
|
|
private InsOrdersCarUserInfoService insOrdersCarUserInfoService;
|
|
|
|
|
|
@@ -189,11 +189,9 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- String orderStatus = insAreaCompany.getOrderstatus();
|
|
|
-
|
|
|
+ String companyStatus = insAreaCompany.getOrderstatus();
|
|
|
if (!ObjectUtils.isEmpty(insAreaCompany)) {
|
|
|
InsOrders insOrders = getById(insAreaCompany.getOrderno());
|
|
|
- String companyStatus = "";
|
|
|
if (!InsOrderStatusEnum.ACCEPT_INSURANCE.getCode().equals(insAreaCompany.getOrderstatus())) {
|
|
|
// 查出最新状态的子订单修改
|
|
|
companyStatus = insAreaCompanyService.queryLatestStatus(insAreaCompany.getOrderno());
|