1、修改人员证照无权限接口租户校验

main
shenzhidan 2026-02-27 11:14:56 +08:00
parent e573b9ccd5
commit b07856714c
1 changed files with 0 additions and 6 deletions

View File

@ -83,12 +83,6 @@
post p ON p.id = u.post_id post p ON p.id = u.post_id
WHERE WHERE
uc.delete_enum = 'false' uc.delete_enum = 'false'
<if test="params.tenantId != null">
AND uc.tenant_id = #{params.tenantId}
</if>
<if test="params.orgId != null">
AND uc.org_id = #{params.orgId}
</if>
<if test="params.likeUserName != null and params.likeUserName != ''"> <if test="params.likeUserName != null and params.likeUserName != ''">
AND u.name LIKE CONCAT('%', #{params.likeUserName}, '%') AND u.name LIKE CONCAT('%', #{params.likeUserName}, '%')