|
@@ -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>
|