|  | @@ -50,6 +50,13 @@
 | 
											
												
													
														|  |          <result column="homework_push_flag_" property="homeworkPushFlag"/>
 |  |          <result column="homework_push_flag_" property="homeworkPushFlag"/>
 | 
											
												
													
														|  |          <result column="tenant_id_" property="tenantId"/>
 |  |          <result column="tenant_id_" property="tenantId"/>
 | 
											
												
													
														|  |          <result column="is_give_accessories_" property="isGiveAccessories"/>
 |  |          <result column="is_give_accessories_" property="isGiveAccessories"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="music_group_plan_making_id_" property="musicGroupPlanMakingId"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="first_recruit_grade_" property="firstRecruitGrade"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="default_charge_standard_" property="defaultChargeStandard"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="single_train_minutes_" property="singleTrainMinutes"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="course_plan_" property="coursePlan"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="sale_activity_desc_" property="saleActivityDesc"/>
 | 
											
												
													
														|  | 
 |  | +        <result column="graduate_grade_" property="graduateGrade"/>
 | 
											
												
													
														|  |      </resultMap>
 |  |      </resultMap>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <resultMap type="com.ym.mec.biz.dal.dto.MusicGroupBasicDto" id="MusicGroupBasicDto" extends="MusicGroup">
 |  |      <resultMap type="com.ym.mec.biz.dal.dto.MusicGroupBasicDto" id="MusicGroupBasicDto" extends="MusicGroup">
 | 
											
										
											
												
													
														|  | @@ -109,7 +116,8 @@
 | 
											
												
													
														|  |                   settlement_type_, cooperation_organ_id_, enlightenment_course_time_,
 |  |                   settlement_type_, cooperation_organ_id_, enlightenment_course_time_,
 | 
											
												
													
														|  |                   parent_meeting_time_, img_, director_user_id_, is_classroom_lessons_, memo_, expect_start_group_date_,
 |  |                   parent_meeting_time_, img_, director_user_id_, is_classroom_lessons_, memo_, expect_start_group_date_,
 | 
											
												
													
														|  |                   ownership_type_, repair_user_id_, del_flag_, payment_valid_start_date_, payment_valid_end_date_,
 |  |                   ownership_type_, repair_user_id_, del_flag_, payment_valid_start_date_, payment_valid_end_date_,
 | 
											
												
													
														|  | -                 payment_pattern_, course_view_type_, transaction_teacher_id_,homework_push_flag_,member_course_show_flag_,tenant_id_,is_give_accessories_,extracurricular_teacher_,first_course_start_time_)
 |  | 
 | 
											
												
													
														|  | 
 |  | +                 payment_pattern_, course_view_type_, transaction_teacher_id_,homework_push_flag_,member_course_show_flag_,tenant_id_,is_give_accessories_,extracurricular_teacher_,first_course_start_time_,
 | 
											
												
													
														|  | 
 |  | +                 music_group_plan_making_id_,first_recruit_grade_,default_charge_standard_,single_train_minutes_,course_plan_,sale_activity_desc_,graduate_grade_)
 | 
											
												
													
														|  |          VALUES (#{id}, #{name}, #{organId}, #{schoolId}, #{applyExpireDate}, #{preApplyExpireDate}, #{teamTeacherId},
 |  |          VALUES (#{id}, #{name}, #{organId}, #{schoolId}, #{applyExpireDate}, #{preApplyExpireDate}, #{teamTeacherId},
 | 
											
												
													
														|  |                  #{educationalTeacherId},
 |  |                  #{educationalTeacherId},
 | 
											
												
													
														|  |                  #{chargeTypeId}, #{courseForm}, now(), now(),
 |  |                  #{chargeTypeId}, #{courseForm}, now(), now(),
 | 
											
										
											
												
													
														|  | @@ -122,7 +130,8 @@
 | 
											
												
													
														|  |                  #{ownershipType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{repairUserId},
 |  |                  #{ownershipType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{repairUserId},
 | 
											
												
													
														|  |                  #{delFlag}, #{paymentValidStartDate}, #{paymentValidEndDate}, #{paymentPattern},
 |  |                  #{delFlag}, #{paymentValidStartDate}, #{paymentValidEndDate}, #{paymentPattern},
 | 
											
												
													
														|  |                  #{courseViewType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{transactionTeacherId},#{homeworkPushFlag},#{memberCourseShowFlag},#{tenantId},#{isGiveAccessories},
 |  |                  #{courseViewType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{transactionTeacherId},#{homeworkPushFlag},#{memberCourseShowFlag},#{tenantId},#{isGiveAccessories},
 | 
											
												
													
														|  | -                #{extracurricularTeacher,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},#{firstCourseStartTime})
 |  | 
 | 
											
												
													
														|  | 
 |  | +                #{extracurricularTeacher,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},#{firstCourseStartTime},
 | 
											
												
													
														|  | 
 |  | +                #{musicGroupPlanMakingId},#{firstRecruitGrade},#{defaultChargeStandard},#{singleTrainMinutes},#{coursePlan},#{saleActivityDesc},#{graduateGrade})
 | 
											
												
													
														|  |      </insert>
 |  |      </insert>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <!-- 根据主键查询一条记录 -->
 |  |      <!-- 根据主键查询一条记录 -->
 | 
											
										
											
												
													
														|  | @@ -246,6 +255,27 @@
 | 
											
												
													
														|  |              <if test="firstCourseStartTime != null">
 |  |              <if test="firstCourseStartTime != null">
 | 
											
												
													
														|  |                  first_course_start_time_ = #{firstCourseStartTime},
 |  |                  first_course_start_time_ = #{firstCourseStartTime},
 | 
											
												
													
														|  |              </if>
 |  |              </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="musicGroupPlanMakingId != null">
 | 
											
												
													
														|  | 
 |  | +                music_group_plan_making_id_ = #{musicGroupPlanMakingId},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="firstRecruitGrade != null">
 | 
											
												
													
														|  | 
 |  | +                first_recruit_grade_ = #{firstRecruitGrade},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="defaultChargeStandard != null">
 | 
											
												
													
														|  | 
 |  | +                default_charge_standard_ = #{defaultChargeStandard},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="singleTrainMinutes != null">
 | 
											
												
													
														|  | 
 |  | +                single_train_minutes_ = #{singleTrainMinutes},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="coursePlan != null">
 | 
											
												
													
														|  | 
 |  | +                course_plan_ = #{coursePlan},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="saleActivityDesc != null">
 | 
											
												
													
														|  | 
 |  | +                sale_activity_desc_ = #{saleActivityDesc},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  | 
 |  | +            <if test="graduateGrade != null">
 | 
											
												
													
														|  | 
 |  | +                graduate_grade_ = #{graduateGrade},
 | 
											
												
													
														|  | 
 |  | +            </if>
 | 
											
												
													
														|  |          </set>
 |  |          </set>
 | 
											
												
													
														|  |          WHERE id_ = #{id}
 |  |          WHERE id_ = #{id}
 | 
											
												
													
														|  |      </update>
 |  |      </update>
 |