소스 검색

Merge remote-tracking branch 'origin/2021-04-28' into 2021-04-28

zouxuan 4 년 전
부모
커밋
73a9346c12
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}