在添加新内容时,creatat没有数据
Posted snail8698428
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在添加新内容时,creatat没有数据相关的知识,希望对你有一定的参考价值。
首先找到controller中的add方法,然后是执行了Service.insert()方法
然后找到service对应的impl方法,
impl方法中的
public void insert(CustomizeRptModule model)
model.preInsert();
this.customizeRptModuleDao.insert(model);
是执行了插入操作,debug看一下model中的数据
发现主表的createat数据为null 但是字表中的createat有数据
将字表中实体类里的createat删除
解决问题
以上是关于在添加新内容时,creatat没有数据的主要内容,如果未能解决你的问题,请参考以下文章