hejinbo 2 年 前
コミット
9146059eea
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java ファイルの表示

@@ -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
                                     // 创建日期目录