refactor: 💥 更新信息调整为仅在更新数据时自动填充

This commit is contained in:
2023-08-24 22:14:06 +08:00
parent f8e5e55fbf
commit df77e574cc
6 changed files with 56 additions and 60 deletions

View File

@@ -126,7 +126,7 @@ public class GenConfigDO implements Serializable {
* 修改时间
*/
@Schema(description = "修改时间", example = "2023-08-08 08:08:08")
@TableField(fill = FieldFill.INSERT_UPDATE)
@TableField(fill = FieldFill.UPDATE)
private LocalDateTime updateTime;
/**