|
|
@@ -2455,10 +2455,10 @@ public class UserServiceImpl extends BaseServiceImpl<UserMapper, User> implement
|
|
|
}
|
|
|
}
|
|
|
String file_path = FileUtils.getSysLocalFileUrl();
|
|
|
- String filePath = file_path + "/importExcel/" + importId + ".xlsx";
|
|
|
+ String filePath = file_path + "importExcel/" + importId + ".xlsx";
|
|
|
try {
|
|
|
// 创建目录(如果不存在)
|
|
|
- File directory = new File(file_path + "/importExcel/");
|
|
|
+ File directory = new File(file_path + "importExcel/");
|
|
|
if (!directory.exists()) {
|
|
|
directory.mkdirs();
|
|
|
}
|