异常: update news set state='最新' where id=20
正确:update news set state=最新 where id=20 //最新 这两个字无引号
state字段类型为:enum