xuhy
2025-04-03 388bc1741944182bfdfe8ffcbdf3cb39ffb4fad8
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TBillMapper.java
@@ -37,18 +37,18 @@
    TBillDto selectDetailByBillId(@Param("billId") String billId);
    BigDecimal statisticsAllRent();
    BigDecimal statisticsAllRent(@Param("busDeptId") String busDeptId);
    BigDecimal statisticsNoPay();
    BigDecimal statisticsNoPay(@Param("busDeptId") String busDeptId);
    BigDecimal statisticsPayed();
    BigDecimal statisticsPayed(@Param("busDeptId") String busDeptId);
    BigDecimal statisticsOverdue();
    BigDecimal statisticsOverdue(@Param("busDeptId") String busDeptId);
    Integer batchBillCount(@Param("userId")String userId, @Param("billIds")List<String> billIds);
    /**
     * 街道租金排行
     * @return
     */
    List<ScreenRentRankVO> getStreetRentRank();
    List<ScreenRentRankVO> getStreetRentRank(@Param("businessDeptId") String businessDeptId);
}