perf:过程日志改造

This commit is contained in:
曾文豪
2024-08-26 13:20:45 +08:00
parent 1db8ef9d85
commit ecb5aa1b29
19 changed files with 404 additions and 216 deletions

View File

@@ -72,4 +72,7 @@ CREATE TABLE `core_log_operation`
DEFAULT CHARSET = utf8mb4 COMMENT ='日志-操作';
alter table core_log_process
modify params longtext null comment '异常说明';
SET FOREIGN_KEY_CHECKS = 1;