配置场馆和管理员挂钩发送微信消息

This commit is contained in:
2023-07-25 22:59:42 +08:00
parent 4c09422a45
commit d1fbab35ac
10 changed files with 323 additions and 31 deletions

View File

@@ -621,7 +621,7 @@
<select id="getLessonTypes" resultType="string">
select DISTINCT start_time from sv_venue_lesson a
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.venue_id = #{venueId}
ORDER BY a.start_time
</select>