From 7a9fd36cadbd5f0d8737955f0edd79e38ef19eaf Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期二, 20 六月 2023 14:48:59 +0800 Subject: [PATCH] SQL异常修复 --- src/main/webapp/WEB-INF/config.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/config.properties b/src/main/webapp/WEB-INF/config.properties index ace20f1..0d6e156 100644 --- a/src/main/webapp/WEB-INF/config.properties +++ b/src/main/webapp/WEB-INF/config.properties @@ -36,8 +36,8 @@ smtp.subject= smtp.content= -zkysmtp.user=xlli2020@sinano.ac.cn -zkysmtp.pwd=Forever*#15 +zkysmtp.user=qzhao2020@sinano.ac.cn +zkysmtp.pwd=Zhaoqun8272 #\u8C03\u7528\u7C7B EmailSendSchedule \u7535\u5B50\u90AE\u4EF6\u53D1\u9001\u8BA1\u5212(\u5355\u4F4D\u6BEB\u79D2) emailSend.schedule.delay=60000 @@ -59,3 +59,5 @@ message.url = ${message.url} reagent.detail.price.api = ${reagent.detail.price.api} + +personImgPath = ${personImgPath} -- Gitblit v1.9.2