From ae4db5435180c44b37f521c463b17f2023ac1d8c Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 18 二月 2022 09:25:50 +0800 Subject: [PATCH] [update] 若顧問停用時,將無法登入 (文案待確認) --- pamapi/src/main/java/com/pollex/pam/web/rest/SatisfactionResource.java | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/web/rest/SatisfactionResource.java b/pamapi/src/main/java/com/pollex/pam/web/rest/SatisfactionResource.java index b4dbfdc..92baf43 100644 --- a/pamapi/src/main/java/com/pollex/pam/web/rest/SatisfactionResource.java +++ b/pamapi/src/main/java/com/pollex/pam/web/rest/SatisfactionResource.java @@ -3,7 +3,6 @@ import java.util.List; import com.pollex.pam.enums.SatisfactionTypeEnum; -import com.pollex.pam.service.dto.SatisfactionSystemScoreDTO; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; @@ -50,9 +49,4 @@ log.error("Not has agent code and customer id"); throw new IllegalArgumentException("Not has agent code and customer id"); } - - @PostMapping("/system/score") - public Satisfaction createSystemSatisfaction(@RequestBody SatisfactionSystemScoreDTO scoreDTO) { - return satisfactionService.fillSystemSatisfaction(scoreDTO); - } } -- Gitblit v1.8.0