
mybatis
wp562846864
这个作者很懒,什么都没留下…
展开
-
mybatis 使用 parameterType="Map" 传入值后 数据库中得到的却是 NULL
mybatis 映射文件: select , from tb_message m , tb_user u m.user_id = u.id and m.f_type = 0 and m.id = #{messageId,jdbcType=NUMERIC} and m.title like '%${title}%'原创 2014-02-19 14:39:45 · 3651 阅读 · 1 评论 -
SQLServerException: 数据类型 time 和 datetime 在 less than or equal to 运算符中不兼容。
org.springframework.jdbc.BadSqlGrammarException:### Error querying database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: 数据类型 time 和 datetime 在 less than or equal to 运算符中不兼容。### The er原创 2014-02-18 19:24:41 · 4910 阅读 · 0 评论