原因是在使用<if> 进行条件判断时, 将datetime类型的字段与 ' ' 进行了判断,导致的错误

 

解决, 只使用  <if test="createTime != null"></if> 做判断就行了

 

详细可参考: https://blog.csdn.net/wanghailong_qd/article/details/50673144

相关文章:

  • 2021-10-07
  • 2021-08-28
  • 2021-05-24
  • 2021-06-04
猜你喜欢
  • 2021-04-24
  • 2021-10-25
  • 2021-07-27
  • 2021-11-05
相关资源
相似解决方案