From 2f0e71d3d73b71cba5a0caebfdb9ba79722989c0 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期四, 27 一月 2022 14:54:38 +0800
Subject: [PATCH] [update] [todo 134826, 134662] 調整顧問資料格式、棄用搜尋並改將其功能改到前端算匹配度

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

diff --git a/pamapi/src/main/java/com/pollex/pam/service/InterviewRecordService.java b/pamapi/src/main/java/com/pollex/pam/service/InterviewRecordService.java
index df2c520..40197b4 100644
--- a/pamapi/src/main/java/com/pollex/pam/service/InterviewRecordService.java
+++ b/pamapi/src/main/java/com/pollex/pam/service/InterviewRecordService.java
@@ -5,6 +5,7 @@
 import org.hibernate.boot.model.naming.IllegalIdentifierException;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
 
 import com.pollex.pam.domain.Appointment;
 import com.pollex.pam.domain.InterviewRecord;
@@ -16,6 +17,7 @@
 import com.pollex.pam.web.rest.errors.InterviewRecordNotFoundException;
 
 @Service
+@Transactional
 public class InterviewRecordService {
 	
 	@Autowired

--
Gitblit v1.8.0