| | |
| | | |
| | | 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); |
| | | } |