派生自 projectDept/qhighschool

yn147
2023-06-01 ef32ca8ced9c90e172fec9c876b0f122c47f222f
src/main/resources/Transaction.xml
@@ -75,7 +75,8 @@
         <tx:method name="do*" propagation="REQUIRED" />
         <tx:method name="execute*" propagation="REQUIRED" />
         <tx:method name="logSave*" propagation="REQUIRES_NEW" />
         <tx:method name="*" read-only="true" />
<!--         <tx:method name="*" read-only="true" />-->
            <tx:method name="*" read-only="false" />
        </tx:attributes>
    </tx:advice> 
    
@@ -86,4 +87,4 @@
    </aop:config>
   
   
</beans>
</beans>