Skip to content

Commit 4818af8

Browse files
committed
update beeContext
1 parent e3881a8 commit 4818af8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/beeContext.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<bean id="mapSuid" class="org.teasoft.honey.osql.core.MapSuidImpl">
2828
<property name="beeSql" ref="beeSql"></property>
2929
</bean>
30-
31-
<bean id="condition" class="org.teasoft.honey.osql.core.ConditionImpl"/>
32-
<bean id="mapSql" class="org.teasoft.honey.osql.core.MapSqlImpl"/>
30+
31+
<bean id="condition" class="org.teasoft.honey.osql.core.ConditionImpl" scope="prototype" />
32+
<bean id="mapSql" class="org.teasoft.honey.osql.core.MapSqlImpl" scope="prototype" />
3333

3434
<bean id="objSQLService" class="org.teasoft.honey.osql.serviceimpl.ObjSQLServiceImpl">
3535
<property name="suid" ref="suid"></property>

0 commit comments

Comments
 (0)