yonge 5 년 전
부모
커밋
9349803c63
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

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

@@ -1072,9 +1072,7 @@
                 <if test="item.leaveStudentNum != null">
                     leave_student_num_ = #{item.leaveStudentNum},
                 </if>
-                <if test="item.schoolId != null">
                     schoole_id_ = #{item.schoolId},
-                </if>
                 <if test="item.schoolId == null">
                     schoole_id_ = null,
                 </if>