mybats的 jdbcType

36 阅读1分钟
#{userGroupFolderPermissionsEntity.userGroupId,jdbcType=BIGINT} AS userGroupId,

JdbcType 未指定:如果 MyBatis 在处理参数时无法自动确定 JdbcType,可能会导致该错误。

使用jdbcType可以给临时表指定类型,确保后续使用类型不会出问题