|
@@ -1385,7 +1385,7 @@
|
|
|
AND CONCAT( cs.class_date_, ' ', cs.end_class_time_ )<now()
|
|
|
</if>
|
|
|
<if test="status!=null and status!=''">
|
|
|
- AND cs.status_ = #{status}
|
|
|
+ AND cs.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
<if test="startClassDate!=null and startClassDate!=''">
|
|
|
AND cs.class_date_ >= #{startClassDate}
|
|
@@ -1494,7 +1494,7 @@
|
|
|
AND sa.teacher_id_=#{userId}
|
|
|
</if>
|
|
|
<if test="status!=null and status!=''">
|
|
|
- AND cs.status_ = #{status}
|
|
|
+ AND cs.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
<if test="startClassDate!=null and startClassDate!=''">
|
|
|
AND cs.class_date_ >= #{startClassDate}
|
|
@@ -1528,7 +1528,7 @@
|
|
|
AND sa.teacher_id_=#{userId}
|
|
|
</if>
|
|
|
<if test="status!=null and status!=''">
|
|
|
- AND cs.status_ = #{status}
|
|
|
+ AND cs.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
<if test="startClassDate!=null and startClassDate!=''">
|
|
|
AND cs.class_date_ >= #{startClassDate}
|