Commit 8a3ca730 by guojuxing

管理员列表查询接口修改

parent c4c074cd
......@@ -231,5 +231,11 @@
<if test="search != null and search != '' ">
and ( a.user_name like concat('%', #{search}, '%') or a.phone_number like concat('%', #{search}, '%') )
</if>
<if test="roleId != null">
and b.role_id = #{roleId}
</if>
<if test="resourceId != null">
and c.resource_id = #{resourceId}
</if>
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment