Commit 139d7878 authored by jiawei's avatar jiawei

要求修改=》播放数据统计,展板点播top 10 删除的展板不展示

parent a20dd396
......@@ -44,7 +44,9 @@
SELECT s.board_id,s.board_name,sum(s.play_number) play_number
from t_board_statistic s
left join t_organ o on o.id = s.organ_id
LEFT JOIN exhibition_board b ON b.id=s.board_id
<where>
b.is_deleted=0
<if test="rank.playDate != null">
and s.play_date like concat( #{rank.playDate}, '%')
</if>
......
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