|  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /////////////////////////////////////////// | 
 |  |  |     // | 
 |  |  |     // 取水口相关取水量 | 
 |  |  | 
 |  |  |         return BaseResponseUtils.buildSuccess(true); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 重新统计取水口月取水量 | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     @GetMapping(path = "reStatisticsAllIntakeDayAmount") | 
 |  |  |     @SsoAop() | 
 |  |  |     public BaseResponse<Boolean> reStatisticsAllIntakeDayAmount() throws Exception{ | 
 |  |  |         // 不能删除,以保留原始id | 
 |  |  |         // this.intakeAmountSv.deleteAllIntakeAmountDay(); | 
 |  |  |         this.intakeAmountSv.statisticsIntakeAmountDay(); | 
 |  |  |         this.intakeAmountSv.deleteSomeIntakeAmountDay(); | 
 |  |  |         return BaseResponseUtils.buildSuccess(true); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 重新统计取水口月取水量 |