|
@@ -178,6 +178,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="classStartTime != null or classEndTime != null ">
|
|
|
AND (#{classStartTime} BETWEEN g.class_start_time and g.class_end_time or #{classEndTime} BETWEEN g.class_start_time and g.class_end_time)
|
|
|
</if>
|
|
|
+ <if test="pastDue != null or pastDue != null ">
|
|
|
+ AND (unix_timestamp(now()) BETWEEN g.class_start_time and g.class_end_time or g.class_start_time is null)
|
|
|
+ </if>
|
|
|
<if test="educationTypeId != null and educationTypeId !='' ">
|
|
|
AND (
|
|
|
SELECT
|