|
|
@@ -41,7 +41,6 @@ import com.ydtech.modules.protocol.service.PtlAgreementAttributionService;
|
|
|
import com.ydtech.utils.CalculateUtils;
|
|
|
import com.ydtech.utils.StringUtils;
|
|
|
import com.ydtech.utils.baidu.FileUtil;
|
|
|
-import com.ydtech.utils.baidu.GsonUtils;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.http.HttpHeaders;
|
|
|
@@ -505,7 +504,6 @@ public class ZijinOrderApiServiceImpl implements ZijinOrderApiService {
|
|
|
quoteRespVo.setSumPermium(CalculateUtils.add(jqPremium, syPremium, sumPayTax, jyPremium));//保费合计
|
|
|
quoteRespVo.setTotalAdjustRate(0);
|
|
|
quoteRespVo.setOrderno(yaQuoteInfoVo.getOrderNo()); //订单号
|
|
|
- quoteRespVo.setIszdj("1".equals(calculatePremiumResponse.getBasePart().getIsDjq()));
|
|
|
return quoteRespVo;
|
|
|
}
|
|
|
|
|
|
@@ -528,9 +526,9 @@ public class ZijinOrderApiServiceImpl implements ZijinOrderApiService {
|
|
|
Double.parseDouble(carShipTax.getLateFee()));
|
|
|
List<TaxArrears> taxArrearsList = Collections.singletonList(taxArrears);
|
|
|
insAreaCompany.setTaxArrears(JSON.parseArray(JSON.toJSONString(taxArrearsList)));
|
|
|
+ insAreaCompany.setAccidentStrInfo("1".equals(calculatePremiumResponse.getBasePart().getIsDjq()) ? "真单交" : "假单交");
|
|
|
return HttpResult.ok("报价成功", quoteRespVo);
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
}
|