whycxzp
2025-05-27 3e6ac0b05ec1ee4456c7402f17677e449a3dcc09
去除>1800(30分钟)的过滤条件
2个文件已修改
2 ■■■ 已修改文件
src/main/java/com/whyc/controller/BattTestInfController.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/BattTestInfMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | 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>