Commit cf3dd218 authored by libin's avatar libin

用户列表

parent 5fe11d9b
......@@ -77,11 +77,11 @@
inner join
(select * from app_user_detail where 1=1 <if test="postionState != null">
<choose>
<when test="postionState == 0">
<when test="postionState == 6">
and `position_id`=#{postionState}
</when>
<otherwise>
and <![CDATA[`position_id`<>#{postionState}]]>
and <![CDATA[`position_id`<>6]]>
</otherwise>
</choose>
</if>) d
......
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