From 629766ef91d00705ef089ab5a346ee5db67c5854 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Tue, 5 Sep 2023 11:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E7=94=B3=E8=AF=B7=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp | 5 ++--- src_jbo/jbo/oti/RC_SCORE_RESULT.java | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index ba8f0e6b3..df164906a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -444,11 +444,10 @@ if (date1 >= idexpiry) { setErrorTips("IDEXPIRY", "证件到期日必须晚于当前日期!"); return false; - } else { - setErrorTips("IDEXPIRY", ""); - return true; } } + setErrorTips("IDEXPIRY", ""); + return true; } diff --git a/src_jbo/jbo/oti/RC_SCORE_RESULT.java b/src_jbo/jbo/oti/RC_SCORE_RESULT.java index 1af4a1ee3..c62014ef3 100644 --- a/src_jbo/jbo/oti/RC_SCORE_RESULT.java +++ b/src_jbo/jbo/oti/RC_SCORE_RESULT.java @@ -11,7 +11,7 @@ public interface RC_SCORE_RESULT { */ public static final String CLASS_NAME = "jbo.oti.RC_SCORE_RESULT"; /** - * id` + * id * STRING(20)
*/ public static final String id = "id";