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