浏览代码

1、对外教师端接口

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

+ 0 - 19
mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

@@ -58,25 +58,6 @@
         WHERE id_ = #{practiceGroupId}
     </update>
 
-    <update id="update" parameterType="com.ym.mec.biz.dal.entity.PracticeGroup">
-        UPDATE practice_group
-        <set>
-            <if test="subjectId!=null">
-                subject_id_=#{subjectId},
-            </if>
-            <if test="memo!=null">
-                memo_=#{memo},
-            </if>
-            <if test="name!=null">
-                name_=#{name},
-            </if>
-            <if test="groupStatus!=null">
-                group_status_=#{groupStatus,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
-            </if>
-            update_time_ = NOW()
-        </set>
-        WHERE id_ = #{id}
-    </update>
 	<update id="update" parameterType="com.ym.mec.biz.dal.entity.PracticeGroup">
 		UPDATE practice_group
 		<set>