|
@@ -239,7 +239,6 @@
|
|
|
|
|
|
<sql id="studentManageAttendanceQueryCondition">
|
|
<sql id="studentManageAttendanceQueryCondition">
|
|
<where>
|
|
<where>
|
|
- CONCAT(cs.class_date_," ",cs.start_class_time_) < NOW()
|
|
|
|
<if test="studentId!=null">
|
|
<if test="studentId!=null">
|
|
and sa.user_id_=#{studentId}
|
|
and sa.user_id_=#{studentId}
|
|
</if>
|
|
</if>
|