Parameter 'xxx' not found. Available parameters are [arg1, arg0, param1, param2]
后台接受多个参数,用Map(用于解决后台得不到postman传过来的参数问题)
Mapper层加注解@Param(可以解决Parameter 'username' not found. Available parameters are [arg1, arg0, param1, param2]",)
然后xml就可以正常使用了
...
原创
2019-09-24 21:24:14 ·
1938 阅读 ·
0 评论