Commit 9b76dd92 by jiaotianqi

好办群

parent 066e48d4
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
and a.user_quit_time <![CDATA[>=]]> #{startDate} and a.user_quit_time <![CDATA[<=]]> #{endDate} and a.user_quit_time <![CDATA[>=]]> #{startDate} and a.user_quit_time <![CDATA[<=]]> #{endDate}
</if> </if>
<if test="null != searchParams and '' != searchParams"> <if test="null != searchParams and '' != searchParams">
and (b.name like #{searchParams} or c.staff_name like #{searchParams} ) and (b.name like #{searchParams} or c.staff_name like #{searchParams} or b.wx_chat_id like #{wxChatId} )
</if> </if>
<if test="staffIdList != null and staffIdList.size() != 0"> <if test="staffIdList != null and staffIdList.size() != 0">
and c.staff_id in and c.staff_id in
......
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