|
@@ -49,15 +49,13 @@
|
|
|
<insert id="insert" parameterType="com.ym.mec.biz.dal.entity.StudentRepair" useGeneratedKeys="true" keyColumn="id"
|
|
|
keyProperty="id">
|
|
|
<!--@mbg.generated-->
|
|
|
- insert into student_repair (id_,music_group_id_, trans_no_, organ_id_,student_instrument_id_,maintenance_status_,
|
|
|
- repair_name_,exemption_amount_,student_id_, student_name_, student_school_,
|
|
|
- employee_id_, employee_name_, subject_id_,
|
|
|
- subject_name_, type_, instrument_no_,fee_list_,
|
|
|
- description_, amount_, finish_time_,
|
|
|
- send_type_, contact_name_, contact_mobile_,
|
|
|
- address_, pay_status_, create_time_,
|
|
|
- update_time_,repair_status_,goods_json_)
|
|
|
- values (#{id,jdbcType=INTEGER},#{musicGroupId}, #{transNo,jdbcType=VARCHAR}, #{organId,jdbcType=INTEGER},
|
|
|
+ insert into student_repair (id_,music_group_id_, trans_no_,student_instrument_id_,maintenance_status_,repair_name_,
|
|
|
+ repair_img_,exemption_amount_,organ_id_,student_instrument_id_,maintenance_status_,repair_name_,exemption_amount_,
|
|
|
+ student_id_, student_name_,student_school_,employee_id_, employee_name_, subject_id_,subject_name_, type_,
|
|
|
+ instrument_no_,fee_list_,description_, amount_, finish_time_,send_type_, contact_name_, contact_mobile_,address_,
|
|
|
+ pay_status_, create_time_,update_time_,repair_status_,goods_json_)
|
|
|
+ values (#{id,jdbcType=INTEGER},#{musicGroupId}, #{transNo,jdbcType=VARCHAR}, #{studentInstrumentId},
|
|
|
+ #{maintenanceStatus},#{repairName},#{repairImg},#{exemptionAmount},#{organId,jdbcType=INTEGER},
|
|
|
#{studentInstrumentId},#{maintenanceStatus},#{repairName},#{exemptionAmount},
|
|
|
#{studentId,jdbcType=INTEGER}, #{studentName,jdbcType=VARCHAR}, #{studentSchool,jdbcType=VARCHAR},
|
|
|
#{employeeId,jdbcType=INTEGER}, #{employeeName,jdbcType=VARCHAR}, #{subjectId,jdbcType=INTEGER},
|