浏览代码

老师确认增加群组

周箭河 5 年之前
父节点
当前提交
e8505ad34d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/MusicGroupSubjectPlanMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/MusicGroupSubjectPlanMapper.xml

@@ -47,7 +47,7 @@
         (music_group_id_,subject_id_,expected_student_num_,apply_student_num_,fee_,kit_group_purchase_type_,deposit_fee_,create_time_,update_time_)
         VALUES
         <foreach collection="subjectPlans" item="item" separator=",">
-            (#{musicGroupId},#{item.subjectId},#{item.expectedStudentNum},#{item.applyStudentNum},#{item.fee},#{item.kitGroupPurchaseType,
+            (#{musicGroupId},#{item.subjectId},#{item.expectedStudentNum},#{item.applyStudentNum},#{item.fee},#{item.kitGroupPurchaseType},
             #{item.depositFee},now(),now())
         </foreach>
     </insert>