Commit c4eac663 by jinxin

通讯录日志过滤

parent 3e42e9c0
......@@ -121,7 +121,7 @@
<include refid="Base_Column_List"/>
from tab_haoban_sync_task
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
and task_type != 4
and task_type not in (4,5)
order by update_time desc
</select>
......
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