This commit is contained in:
chenbo 2024-01-05 11:46:21 +08:00
parent 2f11d9e2fe
commit 66d829cff6
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class LandController extends BaseApiController
// 先排序,再分组
$subQuery = Db::name('land_collection')
->order('id', 'desc')
->limit(1000)
->buildSql();
$list = Db::table($subQuery)->alias('lc')