实现查询申请状态接口

This commit is contained in:
qitz
2023-10-05 20:19:57 +08:00
parent 061afe4cf4
commit 69ffd18af6
7 changed files with 148 additions and 12 deletions
@@ -37,7 +37,7 @@
</insert>
<select id="selectIdentityAuthentication" parameterType="IdentityAuthentication" resultMap="IdentityAuthenticationResult">
SELECT i.id ,i.name ,i.identity_no ,i.certification_time ,i.certificationStatus ,i.user_id ,i.user_name
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>
<if test="userName != null and userName != '' ">