From f8dfc6add4658bec89ef48c2bc091cfdbd7f65c8 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 19 三月 2026 16:35:28 +0800
Subject: [PATCH] feat(production): 实现生产报工审核功能
---
pom.xml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1eadd23..e5cea04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,12 +315,15 @@
<version>${getui-sdk.version}</version>
<scope>compile</scope>
</dependency>
-
- <!--hutool宸ュ叿鍖�-->
+
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
- <version>${hutool.version}</version>
+ <version>5.8.43</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.9.3