From 8e102c16592d3042d0d83212d1c4a7bd1ac8dcd3 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 9 Aug 2023 10:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98=EF=BC=88?= =?UTF-8?q?=E5=9B=9E=E6=BB=9A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/entity/thrsys/ThrProductsEntity.java | 1 + .../com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/entity/thrsys/ThrProductsEntity.java b/src/main/java/com/glxp/api/entity/thrsys/ThrProductsEntity.java index 35ff4fe61..7493bca07 100644 --- a/src/main/java/com/glxp/api/entity/thrsys/ThrProductsEntity.java +++ b/src/main/java/com/glxp/api/entity/thrsys/ThrProductsEntity.java @@ -8,6 +8,7 @@ import lombok.Data; import java.util.Date; + /** *

* diff --git a/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java b/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java index 23c966a17..9fc482659 100644 --- a/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java +++ b/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java @@ -43,7 +43,6 @@ import java.util.List; */ @Slf4j @Service -@Transactional(rollbackFor = Exception.class) public class ThrProductsServiceImpl extends ServiceImpl implements ThrProductsService { @Resource