id, del_flag, update_time, update_user, create_time, create_user, user_id, telephone, remark, delete from recommender_log where id = #{id,jdbcType=INTEGER} insert into recommender_log id, del_flag, update_time, update_user, create_time, create_user, user_id, telephone, remark, #{id,jdbcType=INTEGER}, #{delFlag,jdbcType=CHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{updateUser,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{createUser,jdbcType=VARCHAR}, #{userId,jdbcType=INTEGER}, #{telephone,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, update recommender_log 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=INTEGER}, telephone= #{telephone,jdbcType=VARCHAR}, remark= #{remark,jdbcType=VARCHAR}, where id = #{id,jdbcType=INTEGER} id in (${idStr}) UPDATE recommender_log SET del_flag = 'Y' where id = #{id,jdbcType=INTEGER} id in (${idStr})