From 1223989a036041cb713aa9c020e5bdbd3a2c4de3 Mon Sep 17 00:00:00 2001
From: wzqgit <568275241@qq.com>
Date: Wed, 13 Jan 2021 09:47:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=9C=80=E6=B1=82=EF=BC=9A?=
=?UTF-8?q?=201.=E5=90=84=E9=A1=B5=E9=9D=A2=E2=80=9C=E6=9C=AA=E6=AD=BB?=
=?UTF-8?q?=E4=BA=A1=E2=80=9D=20=E6=94=B9=E4=B8=BA"=20"(=E7=A9=BA=E6=A0=BC?=
=?UTF-8?q?)=20=E2=80=94=E2=80=94=E2=80=94=E2=80=942021.01.13=20=E7=8E=8B?=
=?UTF-8?q?=E6=B3=BD=E9=92=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/webapp/WEB-INF/views/commitDir/commitList.jsp | 2 +-
.../webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp
index 50bfc3b..4766cff 100644
--- a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp
+++ b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp
@@ -2248,7 +2248,7 @@
//死亡否
var deathExpired = <%=res.getString("deathExpired")%>;
if (value != null && value != "" && value==0) {
- result = '未死亡'
+ result = ' '
} else {
if (days > deathExpired) {
var day = days - deathExpired;
diff --git a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp
index 827b5fd..99e84f6 100644
--- a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp
+++ b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp
@@ -2021,7 +2021,7 @@
//死亡否
var deathExpired = <%=res.getString("deathExpired")%>;
if (value != null && value != ""&& value==0) {
- result = '未死亡'
+ result = ' '
} else {
if (days > deathExpired) {
var day = days - deathExpired;