src/main/java/com/whyc/controller/BattTestInfController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/mapper/BattTestInfMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/controller/BattTestInfController.java
@@ -25,6 +25,7 @@ return service.getPageByBattGroupId(battGroupId,pageNum,pageSize); }*/ @ApiOperation("查询分页-电池组的放电记录") @GetMapping("getDischargePage") public Response getDischargePage(@RequestParam int pageNum,@RequestParam int pageSize, @RequestParam(required = false) Integer battGroupId){ src/main/resources/mapper/BattTestInfMapper.xml
@@ -61,7 +61,6 @@ and db_dis_batt.batt_test_inf.binf_id=#{battGroupId} </if> and test_type=3 and test_timelong > 1800 ORDER BY db_dis_batt.batt_test_inf.test_starttime desc </select> </mapper>