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