From df47c9300bfe6c641c88707aa5b54591ab4c004c Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 11 六月 2021 15:18:58 +0800 Subject: [PATCH] 订单领取:过期处理(确认和过期 状态处理),增加状态过期(需要将数据库字段加长) 实验室选中问题 仓库领取的仓库不存在问题 --- pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index c3ba94f..63e613a 100644 --- a/pom.xml +++ b/pom.xml @@ -368,7 +368,11 @@ <artifactId>mail</artifactId> <version>1.4.1</version> </dependency> - + <dependency > + <groupId >com.sun.mail </groupId > + <artifactId >javax.mail </artifactId > + <version >1.6.0 </version > + </dependency > <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> -- Gitblit v1.9.2