ibatis错误no statement
1:检查ibatis的sqlMapConfig文件中的useStatementNamespaces是否为true。如果为true,XXX前就要加namespace,否则找不到。
?
2:看sql-map-config.xml中是否配置了你的xml文件。