当前位置: 首页 > 工具软件 > selecto > 使用案例 >

遇到Expected one result (or null) to be returned by selectOne(), but found: 2怎么解决

凌和颂
2023-12-01

在编程过程过,运行后会出现Expected one result (or null) to be returned by selectOne(), but found: 2的错误


其意思为查询的结果应该是一条,但实际查询的结果是多条或是空的


这时应该去看下数据库里面的记录是不是只有一条记录

 类似资料: