Commit 939ad050 authored by shajiaiming's avatar shajiaiming

fix

parent cf6656ee
...@@ -164,7 +164,6 @@ class ExploreAppController extends BaseController ...@@ -164,7 +164,6 @@ class ExploreAppController extends BaseController
goto doEnd; goto doEnd;
} }
$query = ExploreApp::find() $query = ExploreApp::find()
->select('id, name, icon, sort, status')
->where(['app_category_id' => $category_id]) ->where(['app_category_id' => $category_id])
->andWhere(['platform_id' => $platform_id]) ->andWhere(['platform_id' => $platform_id])
->asArray(); ->asArray();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment