mirror of https://gitee.com/y_project/RuoYi.git
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…
Reference in New Issue