diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html index 62966c60..c4ae3f17 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html @@ -161,9 +161,9 @@ // selectDate(); staticAllProgram(); /*staticProgramWithAll();*/ - staticProgramWithYear(); + /*staticProgramWithYear(); staticProgramWithQuarter(); - staticProgramWithMonth(); + staticProgramWithMonth();*/ //初始化默认隐藏 /*$("#yearDom").hide(); $("#quarterDom").hide(); diff --git a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementInspectionProgramMapper.xml b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementInspectionProgramMapper.xml index af13b64d..538bd34d 100644 --- a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementInspectionProgramMapper.xml +++ b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementInspectionProgramMapper.xml @@ -203,7 +203,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND bureau_dept_id is not null and time_type is not null - and(plan_year is not null or quarter is not null or mouth is not null) + and plan_year is not null + and(quarter is not null or mouth is not null) GROUP BY bureau_dept_id order by total desc @@ -236,7 +237,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND bureau_dept_id is not null and time_type is not null - and(plan_year is not null or quarter is not null or mouth is not null) + and plan_year is not null + and (quarter is not null or mouth is not null) @@ -266,7 +268,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND bureau_dept_id is not null AND time_type is not null - and(plan_year is not null or quarter is not null or mouth is not null) + and plan_year is not null + and (quarter is not null or mouth is not null) GROUP BY bureau_dept_id order by total desc @@ -302,6 +305,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" GROUP BY bureau_dept_id order by total desc + limit 10