ソースを参照

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

zouxuan 4 年 前
コミット
73a9346c12

+ 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}