ammds approve

This commit is contained in:
xiaomlove
2025-03-12 23:48:10 +08:00
parent 80a0302e98
commit dd417ae646
5 changed files with 52 additions and 2 deletions

View File

@@ -103,8 +103,7 @@ class Test extends Command
*/
public function handle()
{
$with = ["ss" => function($query) {$query->orWhere("mode", 0);}];
$r = SearchBox::query()->with($with)->find(4);
$r = microtime();
// $r = SearchBox::query()->find(4)->ss()->orWhere("mode", 0)->get();
dd($r);
}