|
@@ -70,7 +70,7 @@
|
|
|
bill_start_date_, improvent_classes_num_, enroll_classes_, payment_expire_date_, is_extra_class_,
|
|
bill_start_date_, improvent_classes_num_, enroll_classes_, payment_expire_date_, is_extra_class_,
|
|
|
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_, fee_type_, del_flag_,payment_valid_start_date_,payment_valid_end_date_,payment_pattern_)
|
|
|
|
|
|
|
+ ownership_type_, repair_user_id_, del_flag_,payment_valid_start_date_,payment_valid_end_date_,payment_pattern_)
|
|
|
VALUES (#{id}, #{name}, #{organId}, #{schoolId}, #{applyExpireDate}, #{teamTeacherId}, #{educationalTeacherId},
|
|
VALUES (#{id}, #{name}, #{organId}, #{schoolId}, #{applyExpireDate}, #{teamTeacherId}, #{educationalTeacherId},
|
|
|
#{chargeTypeId}, #{courseForm}, now(), now(),
|
|
#{chargeTypeId}, #{courseForm}, now(), now(),
|
|
|
#{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{billStartDate},
|
|
#{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{billStartDate},
|
|
@@ -80,7 +80,7 @@
|
|
|
#{cooperationOrganId}, #{enlightenmentCourseTime}, #{parentMeetingTime}, #{img}, #{directorUserId},
|
|
#{cooperationOrganId}, #{enlightenmentCourseTime}, #{parentMeetingTime}, #{img}, #{directorUserId},
|
|
|
#{isClassroomLessons}, #{memo}, #{expectStartGroupDate},
|
|
#{isClassroomLessons}, #{memo}, #{expectStartGroupDate},
|
|
|
#{ownershipType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{repairUserId},
|
|
#{ownershipType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{repairUserId},
|
|
|
- #{feeType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, #{delFlag},#{paymentValidStartDate},#{paymentValidEndDate},#{paymentPattern})
|
|
|
|
|
|
|
+ #{delFlag},#{paymentValidStartDate},#{paymentValidEndDate},#{paymentPattern})
|
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
|
|
<!-- 根据主键查询一条记录 -->
|
|
<!-- 根据主键查询一条记录 -->
|
|
@@ -97,9 +97,6 @@
|
|
|
<if test="ownershipType != null">
|
|
<if test="ownershipType != null">
|
|
|
ownership_type_ = #{ownershipType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
ownership_type_ = #{ownershipType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="feeType != null">
|
|
|
|
|
- fee_type_ = #{feeType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="status != null">
|
|
<if test="status != null">
|
|
|
status_ = #{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
status_ = #{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
</if>
|
|
</if>
|