id, member_id, `type`, sub_type, amount, category, create_by, create_time
insert into member_wallet_log (member_id, `type`,
sub_type, amount, category, related_order_code, create_by)
values
(
#{item.memberId,jdbcType=VARCHAR}, #{item.type,jdbcType=VARCHAR}, #{item.subType,jdbcType=VARCHAR},
#{item.amount,jdbcType=DECIMAL}, #{item.category,jdbcType=CHAR}, #{item.relatedOrderCode,jdbcType=VARCHAR},
#{item.createBy,jdbcType=VARCHAR}
)