|
@@ -41,7 +41,7 @@
|
|
|
</selectKey>
|
|
|
-->
|
|
|
INSERT INTO sys_user_cash_account_detail
|
|
|
- (user_id_,trans_no_,type_,amount_,balance_,description_,comment_,create_time_,update_time_,attribute_)
|
|
|
+ (user_id_,trans_no_,type_,amount_,balance_,description_,comment_,create_time_,update_time_,attribute1_)
|
|
|
VALUES(#{userId},#{transNo},#{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},#{amount},#{balance},#{description},#{comment},now(),now(),#{attribute})
|
|
|
</insert>
|
|
|
|
|
@@ -80,7 +80,7 @@
|
|
|
trans_type_ = #{transType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
</if>
|
|
|
<if test="attribu != null">
|
|
|
- attribu_ = #{attribu},
|
|
|
+ attribu1_ = #{attribu},
|
|
|
</if>
|
|
|
</set>
|
|
|
WHERE id_ = #{id}
|