From e40302fcae6767b6200b6661d43633b1c04a5966 Mon Sep 17 00:00:00 2001 From: zouyx <1798599149@qq.com> Date: Fri, 9 May 2025 18:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=9D=A3=E7=AB=AF-=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=89=A7=E6=B3=95=E4=BA=BA=E5=91=98=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/project/code/registration/registration.html | 2 +- .../templates/project/code/registration/staticRegistration.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 fb1f9169..b27d9874 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 @@ -351,7 +351,7 @@ name=row.lawEnforcer; } if(row.lawEnforcer!=""&&row.lawEnforcer!=null&&row.lawEnforcerTwo!=""&&row.lawEnforcerTwo!=null){ - name=name+","; + name=name+",
"; } if(row.lawEnforcerTwo!=""&&row.lawEnforcerTwo!=null){ name=name+row.lawEnforcerTwo; diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html index f7c7e427..b2d6df73 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html @@ -193,7 +193,7 @@ name=row.lawEnforcer; } if(row.lawEnforcer!=""&&row.lawEnforcer!=null&&row.lawEnforcerTwo!=""&&row.lawEnforcerTwo!=null){ - name=name+","; + name=name+",
"; } if(row.lawEnforcerTwo!=""&&row.lawEnforcerTwo!=null){ name=name+row.lawEnforcerTwo;