INSERT INTO user_strategy_export
(u_id, activity_id, order_id, strategy_id, strategy_mode,
grant_type, grant_date, grant_state, award_id, award_type,
award_name, award_content, uuid, create_time, update_time)
VALUES (#{uId}, #{activityId}, #{orderId}, #{strategyId}, #{strategyMode},
#{grantType}, #{grantDate}, #{grantState}, #{awardId}, #{awardType},
#{awardName}, #{awardContent}, #{uuid}, now(), now())