MyBatisSystemException: Could no
2022-06-01 本文已影响0人
一介书生独醉江湖
# 异常描述:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping
问题处理:
如果这里的id为空,则会抛上面的异常
IService.getById(id);