|
@@ -48,7 +48,7 @@
|
|
|
user_id_, music_group_id_, max_num_,max_amount_,open_max_term_)
|
|
|
VALUES (#{title}, #{chargeType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
#{organId}, #{amount}, #{discountAmount}, #{detail}, now(), now(), #{operatorId}, #{userId},
|
|
|
- #{musicGroupId}, #{maxNum},#{maxAmount},#{openMaxTerm})
|
|
|
+ #{musicGroupId}, #{maxNum},#{maxAmount},#{openMaxTerm,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler})
|
|
|
</insert>
|
|
|
|
|
|
<!-- 根据主键查询一条记录 -->
|