临床数据维护接口放开

This commit is contained in:
2023-03-10 10:41:12 +08:00
parent ae3219be57
commit 9878bde8da
5 changed files with 25 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-- 20221223同步表数据
-- Dictionary FrontAuditConfig Menu UserType UserTypeMenu ReadingQuestionSystem ReadingTableQuestionSystem OrganInfo ReadingQuestionCriterionSystem TumorAssessment
-- 需要特别注意的表 CriterionNidus ReadingCriterionDictionary
select * from CriterionNidus where IsSystemCriterion=1
select * from ReadingCriterionDictionary where IsSystemCriterion=1
delete CriterionNidus where IsSystemCriterion=1
delete ReadingCriterionDictionary where IsSystemCriterion=1