美文网首页
Tp5 Where WhereOr 同时存在

Tp5 Where WhereOr 同时存在

作者: 无聊的电风扇 | 来源:发表于2020-11-03 16:43 被阅读0次
    $map = [];
            $map[] = [['status1', '>', 0]];
            $map[] = [['status2', '>', 0]];
            $vicount = Db::name('test')->where('test_id', $id)->where(function ($q) use ($map) {
                $q->whereOr($map);
            })->select();
    

    相关文章

      网友评论

          本文标题:Tp5 Where WhereOr 同时存在

          本文链接:https://www.haomeiwen.com/subject/mngkvktx.html