Commit 82eb99ac03b4ad17537d81eb7dfdd598eff0bbf2
1 parent
c739156764
Exists in
master
and in
6 other branches
SmsConfigModel 过滤掉不同步
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
82eb99a
... | ... | @@ -62,12 +62,12 @@ |
62 | 62 | <!-- dal层方法性能统计--> |
63 | 63 | <bean id="mysqlDalInterceptor" |
64 | 64 | class="com.lyms.platform.common.perf.DalMethodInterceptor"> |
65 | - <property name="threshold" value="30" /> | |
65 | + <property name="threshold" value="100" /> | |
66 | 66 | </bean> |
67 | 67 | <!-- dal层方法性能统计--> |
68 | 68 | <bean id="dalInterceptor" |
69 | 69 | class="com.lyms.platform.common.perf.DalMethodInterceptor"> |
70 | - <property name="threshold" value="10" /> | |
70 | + <property name="threshold" value="50" /> | |
71 | 71 | </bean> |
72 | 72 | |
73 | 73 | <!-- <bean id="messageResolver" class="com.lyms.platform.common.core.resolve.MessageResolver" /> --> |