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