From e5065dea306c4a3185fbee8c12525cf8c5ef85ee Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期五, 21 一月 2022 17:02:55 +0800 Subject: [PATCH] [ADD] 新增小鈴鐺通知的查詢API [UPDATE] 調整取得最愛顧問清單的狀態判斷 [BUG] 修復結案的進件時間只有日期的問題 --- pamapi/src/main/java/com/pollex/pam/service/OtpTmpService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/service/OtpTmpService.java b/pamapi/src/main/java/com/pollex/pam/service/OtpTmpService.java index 0d718fd..df66731 100644 --- a/pamapi/src/main/java/com/pollex/pam/service/OtpTmpService.java +++ b/pamapi/src/main/java/com/pollex/pam/service/OtpTmpService.java @@ -2,6 +2,7 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; import com.pollex.pam.domain.OtpTmp; import com.pollex.pam.enums.OtpLoginTypeEnum; @@ -9,6 +10,7 @@ import com.pollex.pam.repository.OtpTmpRepository; @Service +@Transactional public class OtpTmpService { @Autowired -- Gitblit v1.8.0