|
|
@ -293,6 +293,9 @@ public class FinVehicleInvoiceService extends MybatisBaseService<FinVehicleInvoi |
|
|
|
if (com.yxt.common.base.utils.StringUtils.isNotBlank(dto.getFilePath())) { |
|
|
|
dto.setBillingStateKey("002"); |
|
|
|
dto.setBillingState("已开票"); |
|
|
|
if (null != dto.getCreateTime()) { |
|
|
|
dto.setInvoiceDate(dto.getCreateTime()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -325,6 +328,9 @@ public class FinVehicleInvoiceService extends MybatisBaseService<FinVehicleInvoi |
|
|
|
finVehicleInvoice.setFilePath(sb.toString()); |
|
|
|
finVehicleInvoice.setBillingStateKey("002"); |
|
|
|
finVehicleInvoice.setBillingState("已开票"); |
|
|
|
if (null != dto.getCreateTime()) { |
|
|
|
dto.setInvoiceDate(dto.getCreateTime()); |
|
|
|
} |
|
|
|
} |
|
|
|
if (com.yxt.common.base.utils.StringUtils.isNotEmpty(dto.getVinNo())) { |
|
|
|
String VIN = dto.getVinNo(); |
|
|
|