导入时被申请人出生年月日校验

This commit is contained in:
18792927508
2023-10-25 17:07:48 +08:00
parent c0c35306ef
commit d3c1778bc3
3 changed files with 23 additions and 9 deletions
@@ -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">