From 463ba2f5b7e5ae094c33b1692a74b7f7aa58aad5 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期二, 08 二月 2022 12:20:56 +0800
Subject: [PATCH] [add] [todo 134582] 系統滿意度填寫api

---
 pamapi/src/main/java/com/pollex/pam/service/CustomerAuthService.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pamapi/src/main/java/com/pollex/pam/service/CustomerAuthService.java b/pamapi/src/main/java/com/pollex/pam/service/CustomerAuthService.java
index 8929adf..427e102 100644
--- a/pamapi/src/main/java/com/pollex/pam/service/CustomerAuthService.java
+++ b/pamapi/src/main/java/com/pollex/pam/service/CustomerAuthService.java
@@ -60,8 +60,6 @@
 
         Map<String, String> details = new HashMap<>();
         details.put(CustomerDetailEnum.DB_ID.getValue(), customer.getId().toString());
-        details.put(CustomerDetailEnum.NAME.getValue(), customer.getName());
-
         authenticationToken.setDetails(details);
 
         return authenticationToken;

--
Gitblit v1.8.0