shish 3 年之前
父節點
當前提交
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
     //获取所有物流 ssh 20230104
-    public function actionGetAllList()
+    public function actionGetAllWl()
     {
     {
         $list = WlClass::getAllByCondition(['mainId' => $this->mainId], null, '*');
         $list = WlClass::getAllByCondition(['mainId' => $this->mainId], null, '*');
         util::success(['list' => $list]);
         util::success(['list' => $list]);