fixed
This commit is contained in:
parent
2f11d9e2fe
commit
66d829cff6
|
@ -61,7 +61,6 @@ class LandController extends BaseApiController
|
||||||
// 先排序,再分组
|
// 先排序,再分组
|
||||||
$subQuery = Db::name('land_collection')
|
$subQuery = Db::name('land_collection')
|
||||||
->order('id', 'desc')
|
->order('id', 'desc')
|
||||||
->limit(1000)
|
|
||||||
->buildSql();
|
->buildSql();
|
||||||
|
|
||||||
$list = Db::table($subQuery)->alias('lc')
|
$list = Db::table($subQuery)->alias('lc')
|
||||||
|
|
Loading…
Reference in New Issue