Commit 5084c1f5 by 徐高华

parent ecb3c444
......@@ -146,7 +146,7 @@
and name like '%${searchParams}%'
</if>
<if test="null != status">
and status_flag = #{statusFlag}
and status_flag = #{status}
</if>
<if test="null !=chatHmIdList and chatHmIdList.size>0">
and chat_hm_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