记住密码
diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html
index c5fb7a2f..8483ccca 100644
--- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html
+++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html
@@ -14,9 +14,11 @@
年度
@@ -726,7 +728,7 @@
tmpList.push({name: list[i].name, value: list[i].total})
}
document.getElementById("enterprise_Total").innerText=data.data.length;
- console.log(data)
+ console.log(data);
var tabStr = fillTable(tmpList);
document.getElementById("echartSortTable").innerHTML = tabStr;
diff --git a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/StatisticalMapper.xml b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/StatisticalMapper.xml
index 88a42405..a8f08d7e 100644
--- a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/StatisticalMapper.xml
+++ b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/StatisticalMapper.xml
@@ -41,10 +41,7 @@
@@ -110,10 +97,6 @@
from enforcement_registration er
AND DATE_FORMAT(er.enforcement_time, '%Y%m' ) = DATE_FORMAT( CURDATE(), '%Y%m' )
-
-
- ${params.dataScope}
-
@@ -145,8 +128,6 @@
AND er.check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY er.law_enforcement_id ORDER BY total DESC limit 100
@@ -174,8 +155,6 @@
AND er.check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY er.law_enforcer_id ORDER BY total DESC limit 100
@@ -205,8 +184,6 @@
AND r.check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY d.id ORDER BY total DESC limit 100
@@ -233,8 +210,6 @@
AND r.check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY i.company_org_type ORDER BY total DESC limit 100
@@ -257,8 +232,6 @@
AND check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY DATE_FORMAT(enforcement_time, '%Y-%m-%d') ORDER BY enforcement_time ASC
@@ -280,8 +253,6 @@
AND check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY enterprise_number ORDER BY total desc
@@ -310,8 +281,6 @@
AND er.check_category = #{checkCategory}
-
- ${params.dataScope}
GROUP BY DATE_FORMAT(enforcement_time, '%Y-%m-%d'), er.enterprise_number ORDER BY total DESC limit 100
diff --git a/lib/ZdxtComponent/pom.xml b/lib/ZdxtComponent/pom.xml
index 053671fe..665bd684 100644
--- a/lib/ZdxtComponent/pom.xml
+++ b/lib/ZdxtComponent/pom.xml
@@ -14,7 +14,7 @@
zdxtVisualizationComponentzdxtBaiduUeditorComponentzdxtTableManagementComponent
- zdxtExcelComponent
+
zdxtDynamicFormComponentzdxtAutoCodeComponent