Commit 3830d91b authored by shajiaiming's avatar shajiaiming

fix

parent 12c26b70
...@@ -175,7 +175,6 @@ class ExploreAppController extends BaseController ...@@ -175,7 +175,6 @@ class ExploreAppController extends BaseController
} }
$query = ExploreApp::find() $query = ExploreApp::find()
->where(['app_category_id' => $category_id]) ->where(['app_category_id' => $category_id])
->andWhere(['platform_id' => $platform_id])
->asArray(); ->asArray();
$app_model = $query->offset(($page - 1) * $size)->limit($size)->asArray()->all(); $app_model = $query->offset(($page - 1) * $size)->limit($size)->asArray()->all();
foreach ($app_model as &$val) { foreach ($app_model as &$val) {
......
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