Commit 49bcd9d4 by 王祖波

查询绑定关系sql修改

parent 6208acb9
......@@ -26,7 +26,7 @@
from tab_haoban_group_chat_activity_share_bind
where delete_flag = 0
and invitee_union_id in
<foreach collection="item" open="(" close=")" separator="," item="item">
<foreach collection="inviteeUnionIds" open="(" close=")" separator="," item="item">
#{item}
</foreach>
and create_time > now() - interval 1 day
......
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