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,3 @@
-- 引用校对:是否能支撑(与 is_match 同步,便于前端单独展示)
ALTER TABLE `t_article_reference_check_result`
ADD COLUMN `can_support` tinyint(1) NOT NULL DEFAULT 0 COMMENT '文献能否支撑正文引用句 0否1是' AFTER `is_match`;