发票添加 实际开票客户 开票项目;

This commit is contained in:
王奎兴
2026-02-27 17:02:17 +08:00
parent 9088c0946b
commit 5c9650fb50
2 changed files with 2 additions and 2 deletions
@@ -311,7 +311,7 @@ public class BmsInvoiceListServiceImpl extends ServiceImpl<BmsInvoiceListMapper,
//bmsInvoiceList.setUpdateBy(sysUser.getId());
bmsInvoiceList.setUpdateTime(date);
bmsInvoiceList.setInvoiceMakeTime(date);
List<BmsMakeOutInvoice> bmsMakeOutInvoices = bmsInvoiceListInvoiceStateDTO.getBmsMakeOutInvoices();
List<BmsMakeOutInvoice> bmsMakeOutInvoices = bmsInvoiceListInvoiceStateDTO.getTmsMakeOutInvoices();
if (bmsMakeOutInvoices == null) {
throw new ServiceException("开票不得少于一张!");
}
@@ -77,7 +77,7 @@ public class BmsInvoiceListInvoiceStateDTO implements Serializable {
/**开票表集合*/
@ApiModelProperty(value = "开票表集合")
@Excel(name = "开票表集合", width = 15)
private List<BmsMakeOutInvoice> bmsMakeOutInvoices;
private List<BmsMakeOutInvoice> tmsMakeOutInvoices;
/**操作类型*/
@ApiModelProperty(value = "操作类型(取消申请-0,驳回-1")
@Excel(name = "操作类型(取消申请-0,驳回-1", width = 15)