瀏覽代碼

1、陪练课调整

Joburgess 5 年之前
父節點
當前提交
5ce1278c5b
共有 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

@@ -2291,7 +2291,7 @@
           AND cgtm.teacher_role_='BISHOP'
           AND cgsm.status_ = 'NORMAL'
           AND cg.type_ IN ('NORMAL','HIGH','VIP')
-          AND cs.teacher_id_ IN
+          AND cgtm.user_id_ IN
           <foreach collection="teacherIds" item="teacherId" open="(" close=")" separator=",">
               #{teacherId}
           </foreach>