zouxuan 5 năm trước cách đây
mục cha
commit
d59f25c15b

+ 0 - 1
mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

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