风控中台对接-申请人信息无法保存
This commit is contained in:
parent
e3806f36fc
commit
629766ef91
@ -444,11 +444,10 @@
|
||||
if (date1 >= idexpiry) {
|
||||
setErrorTips("IDEXPIRY", "证件到期日必须晚于当前日期!");
|
||||
return false;
|
||||
} else {
|
||||
setErrorTips("IDEXPIRY", "");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
setErrorTips("IDEXPIRY", "");
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ public interface RC_SCORE_RESULT {
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.oti.RC_SCORE_RESULT";
|
||||
/**
|
||||
* id`
|
||||
* id
|
||||
* STRING(20)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user