소스 검색

feat:学员关联学校支持清除

Joburgess 4 년 전
부모
커밋
32e44bf527
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

@@ -114,9 +114,7 @@
             <if test="currentClass != null">
                 current_class_=#{currentClass},
             </if>
-            <if test="cooperationOrganId != null">
                 cooperation_organ_id_=#{cooperationOrganId},
-            </if>
                 update_time_ = NOW()
         </set>
         WHERE user_id_ = #{userId}