mybatise xml配置
SELECT ORGNO
FROM bsatraninfo
WHERE ORGNO in
#{id}
</select>
调用
orglist.add("22222");
params.put("orglist", orglist);
logger.info(params);
bsebusisumucorplist = bseService.querybusisumucorplist(params);
报错### Error querying count. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型