|
@@ -284,6 +284,9 @@ public class YangGuangOrderApiServiceImpl implements YangGuangOrderApiService {
|
|
|
quoteVo.getAccidentalDrivingVo(),quoteInfoVo);
|
|
quoteVo.getAccidentalDrivingVo(),quoteInfoVo);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ if(!yangGuangAccuracyCalculateResponse.getRemarkBi().equals("")){
|
|
|
|
|
+ throw new SystemException(yangGuangAccuracyCalculateResponse.getRemarkBi());
|
|
|
|
|
+ }
|
|
|
// 单商 交三 交商 需要获取车辆actualValue 进行二次报价
|
|
// 单商 交三 交商 需要获取车辆actualValue 进行二次报价
|
|
|
if (insOrders.getProductid().equals("034001") || insOrders.getProductid().equals("0330034001") || insOrders.getProductid().equals("0330034002")) {
|
|
if (insOrders.getProductid().equals("034001") || insOrders.getProductid().equals("0330034001") || insOrders.getProductid().equals("0330034002")) {
|
|
|
if (yangGuangAccuracyCalculateResponse.getErrorCode().equals("0")) {
|
|
if (yangGuangAccuracyCalculateResponse.getErrorCode().equals("0")) {
|