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