后台接受多个参数,用Map(用于解决后台得不到postman传过来的参数问题)
Mapper层加注解@Param(可以解决Parameter 'username' not found. Available parameters are [arg1, arg0, param1, param2]",)
然后xml就可以正常使用了
后台接受多个参数,用Map(用于解决后台得不到postman传过来的参数问题)
Mapper层加注解@Param(可以解决Parameter 'username' not found. Available parameters are [arg1, arg0, param1, param2]",)
然后xml就可以正常使用了