From 8b54d9e747d8a97e2ee7e8de3d957507e2ddf5f8 Mon Sep 17 00:00:00 2001 From: charlie <charlie@lvguanqingdeMacBook-Pro.local> Date: 星期六, 22 一月 2022 18:11:08 +0800 Subject: [PATCH] Fixed: 修正預約結案的tag-filter的下邊距 --- pamapi/src/main/java/com/pollex/pam/service/AppointmentMemoService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/service/AppointmentMemoService.java b/pamapi/src/main/java/com/pollex/pam/service/AppointmentMemoService.java index 7ca9124..6fdd613 100644 --- a/pamapi/src/main/java/com/pollex/pam/service/AppointmentMemoService.java +++ b/pamapi/src/main/java/com/pollex/pam/service/AppointmentMemoService.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.Appointment; import com.pollex.pam.domain.AppointmentMemo; @@ -15,6 +16,7 @@ import com.pollex.pam.web.rest.errors.AppointmentNotFoundException; @Service +@Transactional public class AppointmentMemoService { @Autowired -- Gitblit v1.8.0