摘要:
项目启动报错,报错如下: 元素内容必须由格式正确的字符数据或标记组成... 原因: 语句中日期判断时,有 >=、<= 判断: <if test='createTime!=null'> and test.create_time >= createTime </if> 解决如下: <if test='c 阅读全文
posted @ 2020-11-29 18:47
嘿咻、晚安喵
阅读(1228)
评论(0)
推荐(0)
摘要:
项目启动报错,报错如下: 在实体引用中,实体名称必须紧跟在 '&' 后面... 原因: 在语句中有如下判断: <if test='name!=null && name==\"miao\"'> xxxx </if> 解决如下: <if test='name!=null && name= 阅读全文
posted @ 2020-11-29 18:29
嘿咻、晚安喵
阅读(3051)
评论(0)
推荐(0)