shish 3 лет назад
Родитель
Сommit
9069302bc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/WlController.php

+ 1 - 1
app-ghs/controllers/WlController.php

@@ -18,7 +18,7 @@ class WlController extends BaseController
 
     public function actionList()
     {
-        $where = ['mainId' => $this->mainId];
+        $where = ['mainId' => $this->mainId, 'delStatus' => 0];
         $list = WlClass::getWlList($where);
         util::success($list);
     }