pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java
@@ -64,7 +64,6 @@ ////////////////////////////////////// //统计相关 /** * 查询用水户一个月所有日的用水量 * @param clientId @@ -75,4 +74,13 @@ List<StClientAmountDay> selectByClientIdAndYearAndMonthAndDay(@Param("clientId")Long clientId, @Param("year")Integer year, @Param("month")Integer month) ; ////////////////////////////////////// //临时任务相关 /** * 删除全部 * @return */ int deleteAll() ; }