From ec0342f01d418e96822fde75ceb201f78d55e8bb Mon Sep 17 00:00:00 2001
From: Jack <jack.su@pollex.com.tw>
Date: 星期五, 14 一月 2022 17:33:40 +0800
Subject: [PATCH] [ADD] 成交API新增remark欄位 [UPDATE] 進入顧問流程需一併更新appointment 的狀態 [ADD] 新增檢核不能重複新增appointment closed info

---
 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