Commit 247fbba6 authored by liqin's avatar liqin 💬

Merge branch 'dev' of http://111.203.232.171:8888/lee/chnmuseum-party into dev

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