heheng
2024-11-20 2d27b24029adafdbfc5703b38a519d65beda6a68
expert-common/src/main/java/com/gkhy/common/utils/poi/ExcelUtil.java
@@ -74,7 +74,7 @@
import com.gkhy.common.annotation.Excel.ColumnType;
import com.gkhy.common.annotation.Excel.Type;
import com.gkhy.common.annotation.Excels;
import com.gkhy.common.config.expertConfig;
import com.gkhy.common.config.ExpertConfig;
import com.gkhy.common.core.domain.AjaxResult;
import com.gkhy.common.core.text.Convert;
import com.gkhy.common.exception.UtilException;
@@ -1423,7 +1423,7 @@
     */
    public String getAbsoluteFile(String filename)
    {
        String downloadPath = expertConfig.getDownloadPath() + filename;
        String downloadPath = ExpertConfig.getDownloadPath() + filename;
        File desc = new File(downloadPath);
        if (!desc.getParentFile().exists())
        {