src/main/java/com/ruoyi/account/mapper/sales/AccountSalesCollectionMapper.java
@@ -29,6 +29,9 @@ //判断该出库记录是否有收款单 boolean existsByStockOutRecordId(@Param("stockOutRecordIds") List<Long> stockOutRecordIds); //判断该出库绑定行(油品出库按客户拆分)是否有收款单 boolean existsByStockOutBindingId(@Param("stockOutBindingIds") List<Long> stockOutBindingIds); List<SalesOutboundVo> getOutboundBatchesByCustomer(@Param("customerId") Integer customerId); List<IncomeExpenseAnalysisDto> selectIncomeStats(@Param("startStr") String startStr, @Param("endStr") String endStr, @Param("dateFormat") String dateFormat);