From 83f4a3830b19ef5859708f4795668b74489587c0 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 12 八月 2025 14:25:11 +0800
Subject: [PATCH] yys  协同审批增加附件上传,预览

---
 src/main/java/com/ruoyi/other/service/impl/TempFileServiceImpl.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/other/service/impl/TempFileServiceImpl.java b/src/main/java/com/ruoyi/other/service/impl/TempFileServiceImpl.java
index ea7b188..ee26512 100644
--- a/src/main/java/com/ruoyi/other/service/impl/TempFileServiceImpl.java
+++ b/src/main/java/com/ruoyi/other/service/impl/TempFileServiceImpl.java
@@ -85,9 +85,10 @@
      *
      * @param businessId  涓氬姟ID锛堥攢鍞彴璐D锛�
      * @param tempFileIds 涓存椂鏂囦欢ID鍒楄〃
+     * @param fileType     鏂囦欢绫诲瀷(鏉ヨ嚜FileNameType)
      * @throws IOException 鏂囦欢鎿嶄綔寮傚父
      */
-    private void migrateTempFilesToFormal(Long businessId, List<String> tempFileIds,Integer fileType) throws IOException {
+    public void migrateTempFilesToFormal(Long businessId, List<String> tempFileIds, Integer fileType) throws IOException {
         if (com.baomidou.mybatisplus.core.toolkit.CollectionUtils.isEmpty(tempFileIds)) {
             return;
         }

--
Gitblit v1.9.3