fixbug 预定信息大屏幕 修改

This commit is contained in:
limqhz
2021-06-06 20:49:59 +08:00
parent 78745f5907
commit 151576d0ad
3 changed files with 70 additions and 51 deletions

View File

@@ -640,7 +640,8 @@
and b.`status` != '2'
GROUP BY b.lesson_id) t on a.id = t.lesson_id
where DATE(a.date) <![CDATA[ >= ]]> CURRENT_DATE
AND DATE(a.date) <![CDATA[ <= ]]> DATE_ADD(CURRENT_DATE,INTERVAL 4 DAY)
AND DATE(a.date) <![CDATA[ <= ]]> DATE_ADD(CURRENT_DATE,INTERVAL 7 DAY)
and a.deleted = '0'
and a.venue_id = #{venueId}
ORDER BY a.date,a.start_time
</select>