MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

属性名叫created_time一键生成findByAll有问题

Open JunGaJang opened this issue 2 years ago • 1 comments

一键生成findByAll,提示缺少createTime 字段,忽略后生成以下内容 <if test="createTime != null"> and null=#{createTime} </if> 字段名称应为created_time。updated_time字段就没有任何问题。

JunGaJang avatar Mar 18 '22 10:03 JunGaJang

看下你的xml 是不是BaseResultMap没有createTime字段

gejun123456 avatar Mar 25 '22 02:03 gejun123456