Browse Source

物流列表

shish 3 years ago
parent
commit
9069302bc7
1 changed files with 1 additions and 1 deletions
  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);
     }