|
|
@@ -275,11 +275,11 @@ public class QuoteController extends BaseController {
|
|
|
// quoteVo1.setAccidentalDrivingVo(javaObject);
|
|
|
// return pingAnOrderApiService.quote(quoteInfo, quoteVo1);
|
|
|
}
|
|
|
- // 如果respVo 生成了则 报价成功
|
|
|
- respVo.getData().setOrderStatus("0");
|
|
|
+
|
|
|
PtlAgreementAttribution byId = ptlAgreementAttributionService.getById(quoteVo.getAgreementId());
|
|
|
if( respVo != null && !ObjectUtils.isEmpty( respVo.getData() )){
|
|
|
respVo.getData().setApiType(byId.getApiType());
|
|
|
+ respVo.getData().setOrderstatus("0");
|
|
|
}
|
|
|
return respVo;
|
|
|
}
|