xuhy
2025-04-03 388bc1741944182bfdfe8ffcbdf3cb39ffb4fad8
ruoyi-system/src/main/java/com/ruoyi/system/service/TBillService.java
@@ -87,7 +87,7 @@
    Boolean cashPay(CachPayDto offlinePayDto);
    BillStatisticsDto statistics();
    BillStatisticsDto statistics(String busdeptId);
    Integer batchBillCount(String userId, List<String> billIds);
@@ -95,5 +95,5 @@
     * 查询街道租金排行
     * @return
     */
    List<ScreenRentRankVO> getStreetRentRank();
    List<ScreenRentRankVO> getStreetRentRank(String businessDeptId);
}