whycxzp
2025-06-11 68741f4554cb7b09f42f55d27624b72e3bb8e3c5
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);
    }