提交 fe6967c3 authored 作者: 马路路's avatar 马路路

开票配置为是--货主、待处理计费设置开票标识为普通单

上级 3e860874
......@@ -164,8 +164,8 @@ public class SettlementOwnerDetailServiceImpl implements SettlementOwnerDetailS
// 若开票配置为否,设置开票标识为普通单
if (Objects.nonNull(invoicingConfigType) && Objects.equals(invoicingConfigType, InvoicingCompanyEnum.YesAndNo.NO.getCode())) {
// 赋值开票标识为普通单
settlementDriverDetail.setInvoiceType(InvoicingCompanyEnum.RiskProcessType.AUTO.getCode());
log.info("saveSettlementDetail getInvoiceType:{}", settlementDriverDetail.getInvoiceType());
settlementOwnerDetail.setInvoiceType(InvoicingCompanyEnum.RiskProcessType.AUTO.getCode());
log.info("settlementOwnerDetail getInvoiceType:{}", settlementOwnerDetail.getInvoiceType());
// 若开票配置非空,且为是,则开票公司信息,开票标识为空(由后续封控系统处理)
} else if (Objects.nonNull(invoicingConfigType) && Objects.equals(invoicingConfigType, InvoicingCompanyEnum.YesAndNo.YES.getCode())) {
//设置开票公司信息
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论