周箭河 пре 5 година
родитељ
комит
b999339cfe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

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

@@ -1697,7 +1697,7 @@
         <if test="classDate != null">
             AND cs.class_date_ = DATE_FORMAT(#{classDate}, '%Y%m%d')
         </if>
-        AND cs.status_ = 'NOT_START' AND cs.del_flag_ = 0
+        AND cs.status_ != 'NOT_START' AND cs.del_flag_ = 0
         GROUP BY cs.class_group_id_
     </select>