單條通知,發送到多個學校,只要學校下的1個人讀過,就視爲該學校爲已讀

select schoolId,
	case
		when isRead = 1 then 1
		else 0 end as haveReadNum
from notice_read
where noticeId = #{noticeId}
group by schoolId

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章