src/main/java/com/ruoyi/account/mapper/sales/AccountInvoiceApplicationMapper.java
@@ -30,5 +30,8 @@ //判断该出库记录是否有开票申请 boolean existsByStockOutRecordId(@Param("stockOutRecordIds") List<Long> stockOutRecordIds); //判断该出库绑定行(油品出库按客户拆分)是否有开票申请 boolean existsByStockOutBindingId(@Param("stockOutBindingIds") List<Long> stockOutBindingIds); List<AccountInvoiceApplicationVo> selectAccountInvoiceApplicationList(@Param("customerId") Integer customerId); }