id, del_flag, update_time, update_user, create_time, create_user, user_id, order_id, money, balance, type_flag, remark, delete from member_point where id = #{id,jdbcType=INTEGER} insert into member_point id, del_flag, update_time, update_user, create_time, create_user, user_id, order_id, money, balance, type_flag, remark, #{id,jdbcType=INTEGER}, #{delFlag,jdbcType=CHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{updateUser,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{createUser,jdbcType=VARCHAR}, #{userId,jdbcType=VARCHAR}, #{orderId,jdbcType=VARCHAR}, #{money,jdbcType=VARCHAR}, #{balance,jdbcType=VARCHAR}, #{typeFlag,jdbcType=INTEGER}, #{remark,jdbcType=VARCHAR}, update member_point id= #{id,jdbcType=INTEGER}, del_flag= #{delFlag,jdbcType=CHAR}, update_time= #{updateTime,jdbcType=TIMESTAMP}, update_user= #{updateUser,jdbcType=VARCHAR}, create_time= #{createTime,jdbcType=TIMESTAMP}, create_user= #{createUser,jdbcType=VARCHAR}, user_id= #{userId,jdbcType=VARCHAR}, order_id= #{orderId,jdbcType=VARCHAR}, money= #{money,jdbcType=VARCHAR}, balance= #{balance,jdbcType=VARCHAR}, type_flag= #{typeFlag,jdbcType=INTEGER}, remark= #{remark,jdbcType=VARCHAR}, where id = #{id,jdbcType=INTEGER} UPDATE member_point SET del_flag = 'Y' AND id = #{id}