diff --git a/pqs-algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/service/impl/CsDataEffectiveServiceImpl.java b/pqs-algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/service/impl/CsDataEffectiveServiceImpl.java index 33c5ccbe7..b5b9c73bb 100644 --- a/pqs-algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/service/impl/CsDataEffectiveServiceImpl.java +++ b/pqs-algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/service/impl/CsDataEffectiveServiceImpl.java @@ -65,6 +65,7 @@ public class CsDataEffectiveServiceImpl extends ServiceImpl implements CsDevModelRelationService{ @Override + @Transactional(rollbackFor = Exception.class) public CsDevModelRelationPO addDevModelRelation(CsDevModelRelationAddParm addParm) { CsDevModelRelationQueryParm queryParm = new CsDevModelRelationQueryParm(); queryParm.setDevId (addParm.getDevId ()); @@ -49,6 +51,7 @@ public class CsDevModelRelationServiceImpl extends ServiceImpl