Browse Source

供货商列表

shish 5 năm trước cách đây
mục cha
commit
549415c91b
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      app/ghs/controllers/SupplierController.php

+ 0 - 3
app/ghs/controllers/SupplierController.php

@@ -14,9 +14,6 @@ class SupplierController extends BaseController
     //供货商列表 shish 2021.1.18
     public function actionList()
     {
-
-        $r = SupplierClass::getSupplierByIds([1]);dd($r);
-
         $get = Yii::$app->request->get();
         $name = isset($get['name']) ? $get['name'] : '';
         $where = ['ghsId' => $this->ghsId];