zouxuan 5 years ago
parent
commit
18c710fb55

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

@@ -461,7 +461,7 @@
         <if test="type!=null and type!=''">
             AND cs.type_=#{type}
         </if>
-        AND csts.user_id_ = #{teacherId}
+        AND csts.user_id_ = #{teacherId} AND cg.del_flag_ = 0
     </select>
 
     <select id="getCourseScheduleDateByMonth" resultType="java.util.Date">