Browse Source

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

Joburgess 4 years ago
parent
commit
32e44bf527
1 changed files with 0 additions and 2 deletions
  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}