保誠-保戶業務員媒合平台
wayne
2022-03-01 13a5f7b7c1bd7733f62f2e76e15ce3660441df98
[update] [todo 135940] 顧問預約未處理的網址,導到顧問登入頁面

修改1個檔案
3 ■■■■ 已變更過的檔案
pamapi/src/main/java/com/pollex/pam/service/ScheduleTaskService.java 3 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
pamapi/src/main/java/com/pollex/pam/service/ScheduleTaskService.java
@@ -147,8 +147,7 @@
    }
    private String getAppointmentPendingNotifyUrl() {
        // todo: 確認顧問登入網址為何
        return applicationProperties.getFrontEndDomain() + "";
        return applicationProperties.getFrontEndDomain() + "/consultantLogin";
    }
    private String getAppointmentExpiringNotifyUrl(Long appointmentId) {