Expected `name` argument to be a string, but got: 1
时间: 2024-05-24 18:11:21 浏览: 103
求救!!mybatis Expected one result (or null) to be returned by selectOne(), but found:18
The function is expecting a string for the `name` argument, but it is receiving the number 1 instead. This could be due to a programming error, where the function is being called with the wrong type of argument. To fix this error, the function should be called with a string for the `name` argument.
阅读全文