shish 1 rok temu
rodzic
commit
25ac1cb87c
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      app-ghs/controllers/UploadController.php

+ 1 - 2
app-ghs/controllers/UploadController.php

@@ -200,7 +200,7 @@ class UploadController extends BaseController
     }
 
     //上传excel文件 ssh 20241126
-    public function actionExcel()
+    public function actionImportKd()
     {
         $get = Yii::$app->request->get();
         $id = $get['id'] ?? '';
@@ -208,7 +208,6 @@ class UploadController extends BaseController
         if (!is_uploaded_file($file['tmp_name'])) {
             util::fail('please upload img');
         }
-        print_r($file);die;
         $mainId = $this->sjId;
         $shopId = $this->shopId;
         $month = date("Ym");