|
@@ -112,7 +112,7 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
// 折扣
|
|
// 折扣
|
|
|
crawlerQuoteRequest.setDiscount(t.getDiscount());
|
|
crawlerQuoteRequest.setDiscount(t.getDiscount());
|
|
|
// 是否需要验车
|
|
// 是否需要验车
|
|
|
- crawlerQuoteRequest.setInspect(t.isInspect());
|
|
|
|
|
|
|
+ crawlerQuoteRequest.setIsInspect(t.getIsInspect());
|
|
|
// 上次订单
|
|
// 上次订单
|
|
|
if (StringUtils.isNotEmpty(t.getLastCompanyId())) {
|
|
if (StringUtils.isNotEmpty(t.getLastCompanyId())) {
|
|
|
InsAreaCompany insAreaCompany = insAreaCompanyService.getById(t.getLastCompanyId());
|
|
InsAreaCompany insAreaCompany = insAreaCompanyService.getById(t.getLastCompanyId());
|