作者 RuoYi

update sql

@@ -419,7 +419,7 @@ create table sys_oper_log ( @@ -419,7 +419,7 @@ create table sys_oper_log (
419 oper_id bigint(20) not null auto_increment comment '日志主键', 419 oper_id bigint(20) not null auto_increment comment '日志主键',
420 title varchar(50) default '' comment '模块标题', 420 title varchar(50) default '' comment '模块标题',
421 business_type int(2) default 0 comment '业务类型(0其它 1新增 2修改 3删除)', 421 business_type int(2) default 0 comment '业务类型(0其它 1新增 2修改 3删除)',
422 - method varchar(100) default '' comment '方法名称', 422 + method varchar(200) default '' comment '方法名称',
423 request_method varchar(10) default '' comment '请求方式', 423 request_method varchar(10) default '' comment '请求方式',
424 operator_type int(1) default 0 comment '操作类别(0其它 1后台用户 2手机端用户)', 424 operator_type int(1) default 0 comment '操作类别(0其它 1后台用户 2手机端用户)',
425 oper_name varchar(50) default '' comment '操作人员', 425 oper_name varchar(50) default '' comment '操作人员',