Browse Source

update sql 修改

周箭河 4 years ago
parent
commit
029270af6b
1 changed files with 3 additions and 5 deletions
  1. 3 5
      mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

+ 3 - 5
mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

@@ -50,13 +50,11 @@
             keyProperty="id">
         <!--@mbg.generated-->
         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_)
+        repair_img_,exemption_amount_,organ_id_,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},
         #{subjectName,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER}, #{instrumentNo,jdbcType=VARCHAR},