From ade70583e9164d48dbe577c02da8d0ee22ebceaa Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 16 二月 2023 10:22:39 +0800 Subject: [PATCH] 操作日志新增消耗时间属性 --- sql/ry_20230216.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sql/ry_20220822.sql b/sql/ry_20230216.sql similarity index 99% rename from sql/ry_20220822.sql rename to sql/ry_20230216.sql index 83a33b9..d30cfbf 100644 --- a/sql/ry_20220822.sql +++ b/sql/ry_20230216.sql @@ -432,6 +432,7 @@ status int(1) default 0 comment '操作状态(0正常 1异常)', error_msg varchar(2000) default '' comment '错误消息', oper_time datetime comment '操作时间', + cost_time bigint(20) default 0 comment '消耗时间', primary key (oper_id) ) engine=innodb auto_increment=100 comment = '操作日志记录'; -- Gitblit v1.9.2