serviceImpl模版 update方法判断bug修正
应该判断updateTime字段。
This commit is contained in:
parent
1557a858ea
commit
0b34c3e910
@ -81,7 +81,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service
|
||||
public int update${ClassName}(${ClassName} ${className})
|
||||
{
|
||||
#foreach ($column in $columns)
|
||||
#if($column.javaField == 'createTime')
|
||||
#if($column.javaField == 'updateTime')
|
||||
${className}.setUpdateTime(DateUtils.getNowDate());
|
||||
#end
|
||||
#end
|
||||
|
Loading…
x
Reference in New Issue
Block a user