| | |
| | | |
| | | 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); |
| | | /** |