From aa109c6e83f23a3c81ccc4645ce233492364307d Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期一, 18 七月 2022 23:06:16 +0800 Subject: [PATCH] [UPDATE] 驗證碼驗證失敗改為回傳401 [BUG] 調整spring security設定 --- pamapi/src/doc/sql/20220329_j.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pamapi/src/doc/sql/20220329_j.sql b/pamapi/src/doc/sql/20220329_j.sql index de5629f..61aee91 100644 --- a/pamapi/src/doc/sql/20220329_j.sql +++ b/pamapi/src/doc/sql/20220329_j.sql @@ -1,2 +1,2 @@ -- add consultant entry dste -- -ALTER TABLE omo.consultant add entry_date timestamp NULL, \ No newline at end of file +ALTER TABLE omo.consultant add entry_date timestamp NULL; \ No newline at end of file -- Gitblit v1.8.0