wangliang 4 lat temu
rodzic
commit
876bf206e1

+ 1 - 2
teachcloud-common/src/main/java/com/qmth/teachcloud/common/enums/OrgCenterTypeEnum.java

@@ -16,8 +16,7 @@ public enum OrgCenterTypeEnum {
     MINISTRY("MINISTRY","考试院"),
     AOPENG("AOPENG","奥鹏"),
     PARTNER("PARTNER","合作机构"),
-    OTHER("OTHER","其他"),
-    ;
+    OTHER("OTHER","其他");
 
     OrgCenterTypeEnum(String typeCode, String typeName) {
         this.typeCode = typeCode;

+ 1 - 1
teachcloud-report-business/src/main/resources/mapper/TBExamCourseMapper.xml

@@ -50,7 +50,7 @@
                 and bc.school_id = #{schoolId}
             </if>
             <if test="teacherId != null and teacherId != ''">
-                and tbs.teacher_id = #{schoolId}
+                and tbs.teacher_id = #{teacherId}
             </if>
         </where>
     </select>