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