|
|
@@ -806,7 +806,8 @@ class Excel extends BaseObject {
|
|
|
$limit = $limit - 1;
|
|
|
}
|
|
|
$fileNameArray = ExcelImport::find()->select('U.FILE_NAME')->from(ExcelImport::tableName() . ' AS ET')->join('LEFT JOIN', Uploads::tableName() . ' AS U', 'ET.UPLOAD_ID=U.ID')->where('ET.ID=:ID', [':ID' => $excelImportId])->asArray()->one();
|
|
|
- $filePath = \Yii::getAlias('@common/runtime/uploads/' . $fileNameArray['FILE_NAME']);
|
|
|
+// $filePath = \Yii::getAlias('@common/runtime/uploads/' . $fileNameArray['FILE_NAME']);
|
|
|
+ $filePath = '/Volumes/HDD/workshop/old/ar.upload.ming/files/' . $fileNameArray['FILE_NAME'];
|
|
|
if ($startRow > $rowCount) {
|
|
|
return 0;
|
|
|
}
|