From 0aca0ade32b616d92017c384979dbe752c3f2582 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 15 一月 2025 15:53:11 +0800
Subject: [PATCH] 修改统计中sql的bug

---
 pipIrr-platform/pipIrr-web/pom.xml |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml
index 7d26034..4998d97 100644
--- a/pipIrr-platform/pipIrr-web/pom.xml
+++ b/pipIrr-platform/pipIrr-web/pom.xml
@@ -31,6 +31,8 @@
         <module>pipIrr-web-wechat</module>
         <module>pipIrr-web-app</module>
         <module>pipIrr-web-operation</module>
+        <module>pipIrr-web-file</module>
+        <module>pipIrr-web-temp</module>
     </modules>
 
     <dependencies>
@@ -180,6 +182,13 @@
             <artifactId>jdom2</artifactId>
         </dependency>
 
+        <!-- thumbnailator 鐢熸垚鍥剧墖缂╃暐鍥� -->
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+            <version>0.4.20</version>
+        </dependency>
+
         <!-- bean鍜宮ap浜掕浆鎹� -->
         <dependency>
             <groupId>org.apache.dubbo</groupId>
@@ -217,6 +226,23 @@
             </exclusions>
         </dependency>
 
+        <!-- java瑙嗛澶勭悊 -->
+        <dependency>
+            <groupId>org.jcodec</groupId>
+            <artifactId>jcodec</artifactId>
+            <version>0.2.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jcodec</groupId>
+            <artifactId>jcodec-javase</artifactId>
+            <version>0.2.5</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.18.0</version>
+        </dependency>
+
         <!-- 娴嬭瘯 -->
         <dependency>
             <groupId>org.springframework.boot</groupId>

--
Gitblit v1.8.0