whyclxw
2025-06-11 9b767fb8a0dff45780bae34f5aefeff7e05bf5ca
本年度未放电数量统计修改
1个文件已修改
5 ■■■■■ 已修改文件
src/main/java/com/whyc/controller/StatisticController.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/controller/StatisticController.java
@@ -80,6 +80,11 @@
    public Response getDischr6Statistic(@RequestBody DisChargeStic stic){
        User uinf= ActionUtil.getUser();
        stic.setUid(uinf.getId());
        if(stic.getTypeList()==null||stic.getTypeList().size()==0){
            stic.setStopReasonType(0);
        }else{
            stic.setStopReasonType(1);
        }
        return battTinfService.getDischr6Statistic(stic);
    }