mybatis 异常
java.lang.IllegalArgumentException: invalid comparison: java.sql.Timestamp and java.lang.String
报错语句:
<if test='p.birthday != null and p.birthday != \"\"'>#{p.birthday},</if>
解决方法:
http://yayihouse.com/yayishuwu/chapter/2496
mybatis 异常
java.lang.IllegalArgumentException: invalid comparison: java.sql.Timestamp and java.lang.String
报错语句:
<if test='p.birthday != null and p.birthday != \"\"'>#{p.birthday},</if>
解决方法:
http://yayihouse.com/yayishuwu/chapter/2496