数据库public_hidden 字段1,771,2,3,4
需要查询 public_hidden 不包含7的记录
用模糊查询 not like 啊。。select * from table where public_hidden not like '%7%'