|
|
|
@ -2813,7 +2813,7 @@ public class BaseServiceImpl implements BaseService { |
|
|
|
String newFileName = RandomUtil.getOrderNoByAtomic1("file") + suffix; |
|
|
|
String basePath = filePath; |
|
|
|
String baseDatePath = DateUtils.format(new Date()); |
|
|
|
File baseFilePath = new File(basePath + "\\" + baseDatePath + "\\" + inData.getFolder()); |
|
|
|
File baseFilePath = new File(basePath + "\\" + baseDatePath); |
|
|
|
if (!baseFilePath.exists()) { |
|
|
|
baseFilePath.mkdirs(); |
|
|
|
} |
|
|
|
|