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

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

@@ -72,7 +72,7 @@
         DELETE FROM class_group_student_mapper WHERE music_group_id_=#{groupId} AND group_type_=#{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
     </delete>
     <delete id="deleteClassGroupStudent">
-        DELETE FROM class_group_student_mapper WHERR class_group_id_=#{classGroupId} AND user_id_=#{userId}
+        DELETE FROM class_group_student_mapper WHERE class_group_id_=#{classGroupId} AND user_id_=#{userId}
     </delete>
 
     <update id="deleteByGroupWithLogic">