摘要: 问题:ThinkPHP查询条件中包含 AND 和 OR 的条件该如何编写代码。 1、查询条件 1 // 基本查询条件 2 $where = [ 3 ['is_shelves', '=', 1], 4 ['is_delete_time', '=', 0], 5 ]; 6 7 // 关键词查询 8 $w 阅读全文
posted @ 2020-11-27 22:47 hhhakulamatata 阅读(3247) 评论(0) 推荐(0)