Skip to content

日志

login_log登录日志
Fields
FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
idbigint(20)(NULL)NOPRI(NULL)  
operate_timedatetime(NULL)YES (NULL) 操作时间
statustinyint(4)(NULL)YES (NULL) 是否登录成功 1是 2否 默认 1
error_infovarchar(100)utf8_general_ciYES (NULL) 错误信息
operate_ipvarchar(100)utf8_general_ciYES (NULL) 请求机器ip
creatorbigint(20)(NULL)YES (NULL) 创建人
create_timedatetime(NULL)YES (NULL) 创建时间
updaterbigint(20)(NULL)YES (NULL) 更新人
update_timedatetime(NULL)YES (NULL) 更新时间
del_flagtinyint(4)(NULL)YES 1 删除标记 1未删除 2已删除
operate_log操作日志
Fields
FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
idbigint(20)(NULL)NOPRI(NULL)  
user_idbigint(20)(NULL)YES (NULL)  
user_namevarchar(40)utf8mb4_unicode_ciYES (NULL) 操作人姓名
fun_modulevarchar(50)utf8mb4_unicode_ciYES (NULL) 模块
operate_typevarchar(20)utf8mb4_unicode_ciYES (NULL) 操作类型
operate_remarkvarchar(50)utf8mb4_unicode_ciYES (NULL) 操作注释
operate_methodvarchar(500)utf8mb4_unicode_ciYES (NULL) 请求操作的方法
operate_paramslongtextutf8mb4_unicode_ciYES (NULL) 请求参数
operate_timedatetime(NULL)YES (NULL) 操作时间
operate_statustinyint(4)(NULL)YES 1 操作状态,1:成功 2:失败 默认 1
error_infolongtextutf8mb4_unicode_ciYES (NULL) 错误消息
resultlongtextutf8mb4_unicode_ciYES (NULL) 返回结果
operate_ipvarchar(50)utf8mb4_unicode_ciYES (NULL) 请求机器ip
execute_timevarchar(20)utf8mb4_unicode_ciYES (NULL) 执行时长
creatorbigint(20)(NULL)YES (NULL) 创建人
create_timedatetime(NULL)YES (NULL) 创建时间
updaterbigint(20)(NULL)YES (NULL) 更新人
update_timedatetime(NULL)YES (NULL) 更新时间
del_flagtinyint(4)(NULL)YES 1 删除标记 1未删除 2已删除
luckysheet_his协同文档操作日志
Fields
FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
idbigint(20)(NULL)NOPRI(NULL) 主键
row_noint(10)(NULL)YESMUL(NULL) 行号
col_noint(10)(NULL)YES (NULL) 列号
sheet_indexvarchar(200)armscii8_general_ciNO (NULL) sheet唯一标识
list_idvarchar(200)armscii8_general_ciNO (NULL) 文档唯一标识
bsontextutf8mb4_binYES (NULL) 本次修改参数
before_jsontextutf8mb4_binYES (NULL) 上次修改参数
change_descvarchar(500)utf8mb4_binYES (NULL) 修改描述
remarkvarchar(100)utf8mb4_binYES (NULL) 备注
typetinyint(4)(NULL)YES 2 修改类型 1整体配置修改 2单元格内容修改
operate_keyvarchar(100)utf8mb4_binYES (NULL) 操作key
operatorvarchar(100)utf8mb4_binYES (NULL) 操作人
creatorbigint(20)(NULL)YES (NULL) 创建人
create_timedatetime(NULL)YES (NULL) 创建时间
updaterbigint(20)(NULL)YES (NULL) 更新人
update_timedatetime(NULL)YES (NULL) 更新时间
del_flagtinyint(4)(NULL)YES 1 删除标记 1未删除 2已删除
mq_failed_msg协同文档mq执行异常日志
Fields
FieldTypeCollationNullKeyDefaultExtraPrivilegesComment
idbigint(20)(NULL)NOPRI(NULL) 主键id
typetinyint(4)(NULL)YES (NULL) 消息类型 1缓存 2数据库 3历史记录
message_contenttextutf8mb4_binYES (NULL) 消息内容
failure_exceptiontextutf8mb4_binYES (NULL) 失败异常信息
create_timedatetime(NULL)YES (NULL) 创建时间
update_timedatetime(NULL)YES (NULL) 更新时间