Commit 44f7a538 by 魏文甫

update

1 parent 33242729
......@@ -30,9 +30,8 @@
WHERE t.`is_delete` = 0
AND t.`is_up` = 1
AND t.`course_type`=1
AND (t.end_dt is null or date_format(t.end_dt,'%Y-%m-%d') = #{today,jdbcType=VARCHAR})
AND t.end_dt <![CDATA[ > ]]> now()
ORDER BY t.`start_dt`
</select>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!