|
@@ -422,6 +422,7 @@ class Manage
|
|
|
$file = Dever::param('file', $param);
|
|
|
if ($file) {
|
|
|
$file = str_replace('wonderful', 'upload', Dever::local($file));
|
|
|
+ $file = str_replace('https://api.huoxingkandiqiu.com/', '/www/', $file);
|
|
|
//$file = '/www/upload/data/upload/4/2019/04/11/f730437f0b5764790baed3c96c5264b2.xlsx';
|
|
|
$data = Dever::excelImport($file);
|
|
|
if ($data) {
|