Ibatis中关于C3p0连接池的配置如下: xml 代码 <bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">           <property name="driverClass&quo ...
今天在用ibatis执行查询时,报下面错误: Cause: java.sql.SQLException: 索引中丢失 IN 或 OUT 参数:: 1; 不知道什么原因,网上搜索了一下,好像是传参数的问题。我的sqlmap文件如下: sql 代码 <select id="advancedQuery" parameterClass="java.lang.String" resultMap="GrantLogResult">     ...