From 5ecc1e17bcbe0d83ff9efc1ef35f851a48cfc840 Mon Sep 17 00:00:00 2001 From: yanyan Date: Wed, 25 Jun 2025 18:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=A8=A1=E7=89=88=E5=8F=8A?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../registrationDetail.html | 4 +- .../code/registration/registration.html | 12 +- .../code/registration/staticRegistration.html | 7 + .../EnforcementRegistrationController.java | 13 +- .../domain/EnforcementCheckStatistics.java | 2 + .../dto/EnforcementRegistrationDto.java | 13 ++ .../impl/EnforcementCheckStatisticsImpl.java | 164 ++++++++++-------- .../EnforcementCheckStatisticsMapper.xml | 2 +- .../mapper/EnforcementRegistrationMapper.xml | 4 +- 9 files changed, 131 insertions(+), 90 deletions(-) diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/LawEnforcementWarningList/registrationDetail.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/LawEnforcementWarningList/registrationDetail.html index f6fcbd00..aaf20ad9 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/LawEnforcementWarningList/registrationDetail.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/LawEnforcementWarningList/registrationDetail.html @@ -98,7 +98,7 @@ }, { field : 'qy', - title : '企业所属区域' + title : '企业注册地' }, { field : 'jd', @@ -154,7 +154,7 @@ }, { field : 'qy', - title : '企业所属区域' + title : '企业注册地' }, { field : 'jd', diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html index cdc3ea42..d6fba03f 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html @@ -30,7 +30,7 @@