Commit a4094846 by 王祖波

sql

parent fbe0a09d
......@@ -68,6 +68,9 @@
<if test="search.search != null and search.search != ''">
and (a.activity_name like concat('%',#{search.search},'%') or a.chat_activity_id = #{search.search})
</if>
<if test="search.wxEnterpriseId != null">
and a.wx_enterprise_id = #{search.wxEnterpriseId}
</if>
<if test="search.status != null">
and a.status = #{search.status}
</if>
......
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