|
@ -123,6 +123,8 @@ public class IcResiUserController { |
|
|
log.error("创建数字赋能平台上传目录失败"); |
|
|
log.error("创建数字赋能平台上传目录失败"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
IC_RESI_UPLOAD_DIR = importDir; |
|
|
|
|
|
|
|
|
Path exportDir = Paths.get(home, "epmet_files", "ic_user_export"); |
|
|
Path exportDir = Paths.get(home, "epmet_files", "ic_user_export"); |
|
|
if (Files.notExists(exportDir)) { |
|
|
if (Files.notExists(exportDir)) { |
|
|
try { |
|
|
try { |
|
|