中国算力平台算力登记系统2.0
yanzhaofeige
6 days ago 346e19ed91e10ac14722fcc29dbb810b9d971d3d
cpzidc-common/src/main/java/com/odcc/cpzidc/common/utils/poi/ExcelUtil.java
@@ -74,7 +74,7 @@
import com.odcc.cpzidc.common.annotation.Excel.ColumnType;
import com.odcc.cpzidc.common.annotation.Excel.Type;
import com.odcc.cpzidc.common.annotation.Excels;
import com.odcc.cpzidc.common.config.RuoYiConfig;
import com.odcc.cpzidc.common.config.CpzIdcConfig;
import com.odcc.cpzidc.common.core.domain.AjaxResult;
import com.odcc.cpzidc.common.core.text.Convert;
import com.odcc.cpzidc.common.exception.UtilException;
@@ -1409,7 +1409,7 @@
     */
    public String getAbsoluteFile(String filename)
    {
        String downloadPath = RuoYiConfig.getDownloadPath() + filename;
        String downloadPath = CpzIdcConfig.getDownloadPath() + filename;
        File desc = new File(downloadPath);
        if (!desc.getParentFile().exists())
        {