1.ic用户导入 上传目录初始化问题
@ -123,6 +123,8 @@ public class IcResiUserController {
log.error("创建数字赋能平台上传目录失败");
}
IC_RESI_UPLOAD_DIR = importDir;
Path exportDir = Paths.get(home, "epmet_files", "ic_user_export");
if (Files.notExists(exportDir)) {
try {