there is no statement named xxx in this SqlMap.

there is no statement named xxx in this SqlMap.


上网百度,搜索出来的结果:

1.你的sqlmap 文件中确实没有xxx这个statement ,很有可能某个字母写错了

2.sqlmap文件定义了namespace属性,此时在本文件中引用别的statement,就需要这样写:(你的namespace).(定义的statement 的id),如果把namespace属性漏了,就被报此异常


但是基于这两点认真检查检查,发现没有任何问题。后来实在是没有办法让同事帮忙查看,才发现namespace和xml的文件名相差一个字母导致。


你可能感兴趣的:(there is no statement named xxx in this SqlMap.)