select * from oa_send_msg t where
not exists (select a.business_id from oa_reading_info a where a.opr_id = '2' and a.business_id = t.id)
and t.tmp_id is not null and t.main_send = '[99]广建科技'
exists
最新推荐文章于 2025-06-28 21:29:29 发布
select * from oa_send_msg t where
not exists (select a.business_id from oa_reading_info a where a.opr_id = '2' and a.business_id = t.id)
and t.tmp_id is not null and t.main_send = '[99]广建科技'