Browse Source

协议复制的开发

dongxin 1 year ago
parent
commit
474a08d31d

+ 2 - 0
tenant/organization/src/main/java/com/jzg/organization/service/impl/PtlAgreementServiceImpl.java

@@ -272,6 +272,8 @@ public class PtlAgreementServiceImpl extends ServiceImpl<PtlAgreementMapper, Ptl
 
 
     }
     }
 
 
+    @Override
+    @Transactional(rollbackFor = {Exception.class})
     public void copyRuleAndCost(Map<String, List<PtlAgreementCost>> costGroup,
     public void copyRuleAndCost(Map<String, List<PtlAgreementCost>> costGroup,
                                 List<String> costIds,
                                 List<String> costIds,
                                 List<PtlAgreementCost> costList,
                                 List<PtlAgreementCost> costList,