数据库中字段类型
xml中sql
<if test="start_time!=null">
and lesson.start_time <![CDATA[>=]]> #{start_time}
</if>
<if test="end_time!=null">
and lesson.end_time <![CDATA[<=]]> #{end_time}
</if>