From c71bbcff67136ff62b5c2bf7c1861d10b1665137 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 30 十一月 2021 19:27:58 +0800 Subject: [PATCH] fixed: TODO#131224 快速篩選 1. 應記住選擇條件 2. 點選顧問資訊檢視後, 回上一頁時要回到篩選出 顧問的頁面(快速篩選頁面 且已經篩選出顧問) --- pamapi/src/main/resources/config/application-dev.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pamapi/src/main/resources/config/application-dev.yml b/pamapi/src/main/resources/config/application-dev.yml index 007c7b4..cba1e82 100644 --- a/pamapi/src/main/resources/config/application-dev.yml +++ b/pamapi/src/main/resources/config/application-dev.yml @@ -32,7 +32,7 @@ indent-output: true datasource: type: com.zaxxer.hikari.HikariDataSource - url: jdbc:postgresql://localhost:5432/pam + url: jdbc:postgresql://dev.pollex.com.tw:5433/pam username: pamadmin password: pamadmin hikari: @@ -112,7 +112,7 @@ application: mock-login: true - otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService + otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService?wsdl otp-web-service-password: es20!%Pass otp-web-service-system-type: epos e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate -- Gitblit v1.8.0