|
@@ -29,7 +29,7 @@
|
|
|
<!--@mbg.generated-->
|
|
|
insert into children_day_reserve (user_id_, organ_id_, cooperation_organ_id_, music_group_id_, is_reserve_,
|
|
|
create_time_, update_time_)
|
|
|
- values (#{userId}, #{organId}, #{cooperationOrganId}, #{musicGroupId}, #{isReserve},
|
|
|
+ values (#{userId}, #{organId}, #{cooperationOrganId}, #{musicGroupId}, #{isReserve,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
#{createTime}, #{updateTime})
|
|
|
</insert>
|
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.ChildrenDayReserve">
|
|
@@ -43,7 +43,7 @@
|
|
|
organ_id_ = #{organId},
|
|
|
</if>
|
|
|
<if test="cooperationOrganId != null">
|
|
|
- cooperation_organ_id = #{cooperationOrganId},
|
|
|
+ cooperation_organ_id_ = #{cooperationOrganId},
|
|
|
</if>
|
|
|
<if test="musicGroupId != null">
|
|
|
music_group_id_ = #{musicGroupId},
|