Commit 7d81462e by jinxin

Merge branch 'bugfix/2023-04-27' into 'master'

通讯录日志过滤

See merge request !1213
parents 5a9409be c4eac663
......@@ -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