|
|
@@ -314,7 +314,7 @@ public class FixSelectFlowDetailUtils {
|
|
314
|
314
|
String month = String.format("%02d", now.getMonthValue());
|
|
315
|
315
|
String day = String.format("%02d", now.getDayOfMonth());
|
|
316
|
316
|
String saveFolderPath = "/home/ruoyi/uploadPath/upload/" + year + "/" + month + "/" + day;
|
|
317
|
|
- String fileName = UUID.randomUUID().toString().replace("-", "") + ".pdf";
|
|
|
317
|
+ String fileName = UUID.randomUUID().toString().replace("-", "") + ".jpg";
|
|
318
|
318
|
String saveName = "/profile/upload/" + year + "/" + month + "/" + day + "/" + fileName;
|
|
319
|
319
|
String savePath = "/home/ruoyi/uploadPath/upload/";
|
|
320
|
320
|
// 创建日期目录
|