基础数据的BUG修改

This commit is contained in:
秦鸿展
2026-02-07 17:22:11 +08:00
parent e7162e1877
commit 244b8d7e6e
8 changed files with 69 additions and 7 deletions
@@ -140,6 +140,9 @@
<include refid="selectUserVo"/>
and a.top_organization_id = #{topOrganizationId}
and a.user_account = #{userAccount}
<if test="roleCode != null and roleCode != ''">
and a.role_code = #{roleCode}
</if>
<if test="userId !=null and userId !='' ">
and a.user_id != #{userId}
</if>
@@ -183,6 +186,9 @@
</if>
and a.user_phone = #{userPhone}
and a.top_organization_id = #{topOrganizationId}
<if test="roleCode != null and roleCode != ''">
and a.role_code = #{roleCode}
</if>
<if test="userId !=null and userId !='' ">
and a.user_id != #{userId}
</if>