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";