From ac19d6dc87b6ab6a5867a08bb5467203b1773a2f Mon Sep 17 00:00:00 2001
From: Administrator <2863138610@qq.com>
Date: 星期二, 03 一月 2023 11:51:02 +0800
Subject: [PATCH] 问卷管理细节修复(填写范围为人员的不显示问题)

---
 src/main/resources/Transaction.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/Transaction.xml b/src/main/resources/Transaction.xml
index 6c63650..7c20206 100644
--- a/src/main/resources/Transaction.xml
+++ b/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>
\ No newline at end of file
+</beans>

--
Gitblit v1.8.0