@@ -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);
}