id, content, push_date, status, is_push, type, type_id, create_user, create_date delete from cab_pub_push where id = #{id,jdbcType=INTEGER} insert into cab_pub_push (id, content, push_date, status, is_push, type, type_id, create_user, create_date ) values (#{id,jdbcType=INTEGER}, #{content,jdbcType=VARCHAR}, #{pushDate,jdbcType=TIMESTAMP}, #{status,jdbcType=INTEGER}, #{isPush,jdbcType=INTEGER}, #{type,jdbcType=VARCHAR}, #{typeId,jdbcType=INTEGER}, #{createUser,jdbcType=INTEGER}, #{createDate,jdbcType=TIMESTAMP} ) insert into cab_pub_push id, content, push_date, status, is_push, type, type_id, create_user, create_date, #{id,jdbcType=INTEGER}, #{content,jdbcType=VARCHAR}, #{pushDate,jdbcType=TIMESTAMP}, #{status,jdbcType=INTEGER}, #{isPush,jdbcType=INTEGER}, #{type,jdbcType=VARCHAR}, #{typeId,jdbcType=INTEGER}, #{createUser,jdbcType=INTEGER}, #{createDate,jdbcType=TIMESTAMP}, update cab_pub_push content = #{content,jdbcType=VARCHAR}, push_date = #{pushDate,jdbcType=TIMESTAMP}, status = #{status,jdbcType=INTEGER}, is_push = #{isPush,jdbcType=INTEGER}, type = #{type,jdbcType=VARCHAR}, type_id = #{typeId,jdbcType=INTEGER}, create_user = #{createUser,jdbcType=INTEGER}, create_date = #{createDate,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=INTEGER} update cab_pub_push set content = #{content,jdbcType=VARCHAR}, push_date = #{pushDate,jdbcType=TIMESTAMP}, status = #{status,jdbcType=INTEGER}, is_push = #{isPush,jdbcType=INTEGER}, type = #{type,jdbcType=VARCHAR}, type_id = #{typeId,jdbcType=INTEGER}, create_user = #{createUser,jdbcType=INTEGER}, create_date = #{createDate,jdbcType=TIMESTAMP} where id = #{id,jdbcType=INTEGER} update cab_pub_push set status = 1 where id = #{id,jdbcType=INTEGER}