shish пре 3 година
родитељ
комит
5b4ea2cc6e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app-ghs/controllers/WlController.php

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

@@ -12,7 +12,7 @@ class WlController extends BaseController
     //获取所有物流 ssh 20230104
     public function actionGetAllWl()
     {
-        $list = WlClass::getAllByCondition(['mainId' => $this->mainId], null, '*');
+        $list = WlClass::getAllByCondition(['mainId' => $this->mainId, 'delStatus' => 0], null, '*');
         util::success(['list' => $list]);
     }