This commit is contained in:
wyn
2026-05-26 18:01:32 +08:00
parent fa878334cd
commit 7a3a1ed8c9
651 changed files with 4599 additions and 32312 deletions

View File

@@ -0,0 +1,4 @@
-- 分节t_article_main引用校对总结果明细仍在 t_reference_check_result如 [70-73] 四条)
ALTER TABLE `t_article_main`
ADD COLUMN `ref_check_status` tinyint(1) NOT NULL DEFAULT 0
COMMENT '引用校对总结果: 0未检测 1通过 2未通过 3检测中' AFTER `content`;