shish 3 лет назад
Родитель
Сommit
26450c9496
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/WlController.php

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

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