From c9c705cc198b2da645a3a404ac47ad9e17df4c93 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 25 十一月 2021 12:15:09 +0800 Subject: [PATCH] fix: TODO#130850 嚴選配對: 熱門檢索 #防疫 label 為空值 --- pamapi/src/main/java/com/pollex/pam/service/LoginService.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/service/LoginService.java b/pamapi/src/main/java/com/pollex/pam/service/LoginService.java index 3c50045..0cd4b29 100644 --- a/pamapi/src/main/java/com/pollex/pam/service/LoginService.java +++ b/pamapi/src/main/java/com/pollex/pam/service/LoginService.java @@ -25,7 +25,6 @@ import com.pollex.pam.config.ApplicationProperties; import com.pollex.pam.service.dto.EServiceRequest; import com.pollex.pam.service.dto.EServiceResponse; -import com.pollex.pam.web.rest.vm.EServiceRequestVM; import com.pollex.pam.web.rest.vm.OtpEmailLoginVM; import com.pollex.pam.web.rest.vm.OtpSMSLoginVM; import com.pollex.pam.web.rest.vm.VerifyOtpVM; -- Gitblit v1.8.0