浏览代码

Merge remote-tracking branch 'origin/master'

Joburgess 5 年之前
父节点
当前提交
e50a874f58
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      mec-biz/src/main/resources/config/mybatis/MusicGroupMapper.xml

+ 1 - 4
mec-biz/src/main/resources/config/mybatis/MusicGroupMapper.xml

@@ -118,7 +118,7 @@
 				enlightenment_course_time_ = #{enlightenmentCourseTime},
 			</if>
 			<if test="teamTeacherId != null">
-				team_teacher_id_ = #{teamTeacherId},
+				team_teacher_id_ = #{teamTeacherId},director_user_id_ = #{directorUserId},
 			</if>
 			<if test="parentMeetingTime != null">
 				parent_meeting_time_ = #{parentMeetingTime},
@@ -126,9 +126,6 @@
 			<if test="img != null">
 				img_ = #{img},
 			</if>
-			<if test="directorUserId != null">
-				director_user_id_ = #{directorUserId},
-			</if>
 			<if test="settlementType != null">
 				settlement_type_ = #{settlementType},
 			</if>