Commit cf3dd218 authored by libin's avatar libin

用户列表

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