Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'XXXXX' in 'class java.lang.Integer'
把if判断标签去掉就可以了,标签是针对JAVABEAN或者MAP的,String不能用标签 。