fixed
This commit is contained in:
parent
2f11d9e2fe
commit
66d829cff6
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue