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