shish 4 лет назад
Родитель
Сommit
6339ba92cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/ClearController.php

+ 1 - 1
app-hd/controllers/ClearController.php

@@ -64,7 +64,7 @@ class ClearController extends BaseController
     public function actionGetFullInfo()
     {
         $id = Yii::$app->request->get('id');
-        $info = self::getById($id);
+        $info = ClearClass::getById($id);
         if (isset($info['customShopId']) == false || $info['customShopId'] != $this->shopId) {
             util::fail('没有权限');
         }