From 4325565ac6a3028f1071602e067b41e5932faa79 Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期二, 02 一月 2024 16:05:52 +0800 Subject: [PATCH] 1、增加登录系统日志 2、修改上传文件,名称判断错误问题 3、修改单据新增时,仓库判断问题 --- consum-base/pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/consum-base/pom.xml b/consum-base/pom.xml index 53c75f1..a5ac0b7 100644 --- a/consum-base/pom.xml +++ b/consum-base/pom.xml @@ -60,7 +60,17 @@ <artifactId>consum-model-pojo</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> - + <!--EasyPOI 宸ュ叿绫�,Excel鐨勫揩閫熷鍏ュ鍑�,Excel妯℃澘瀵煎嚭,Word妯℃澘瀵煎嚭 瀹樼綉锛歨ttp://www.wupaas.com/ --> + <dependency> + <groupId>cn.afterturn</groupId> + <artifactId>easypoi-base</artifactId> + <version>4.1.0</version> + </dependency> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-core</artifactId> + <version>4.5.3</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.1