导入时被申请人出生年月日校验
This commit is contained in:
+2
@@ -54,6 +54,7 @@
|
||||
SELECT i.id ,i.name ,i.identity_no ,i.certification_time ,i.certification_status ,i.user_id ,i.user_name
|
||||
from identi_authenti i
|
||||
<where>
|
||||
certification_status=0
|
||||
<if test="userName != null and userName != '' ">
|
||||
AND i.user_name = #{userName}
|
||||
</if>
|
||||
@@ -64,6 +65,7 @@
|
||||
AND i.identity_no = #{identityNo}
|
||||
</if>
|
||||
</where>
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="selectCountIdentityAuthentication" resultType="Integer">
|
||||
|
||||
Reference in New Issue
Block a user