Переглянути джерело

1、对外教师端接口

Joburgess 5 роки тому
батько
коміт
4ea59986fb

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