and (t.content like:content or t.content like:contentInfo) 当查询数据的的条件是,单个字段只有一个like,那么就可以使用and。 单个字段可以选择多个结果,这样就可以使用or。