From 6196c76dd1babaaa45a862fe885fd1bbd9c79169 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 21 Feb 2023 09:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/SQLFile/Test.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Domain/SQLFile/Test.sql b/IRaCIS.Core.Domain/SQLFile/Test.sql index 5899ca57..a8290289 100644 --- a/IRaCIS.Core.Domain/SQLFile/Test.sql +++ b/IRaCIS.Core.Domain/SQLFile/Test.sql @@ -941,4 +941,12 @@ where ReadingQuestionTrial.ReadingQuestionSystemId is not null and ReadingTableQ --------------------------------------维护阅片标准签名状态---------------- - update ReadingQuestionCriterionTrial set IsSigned=1 where ReadingInfoSignTime is not null \ No newline at end of file + update ReadingQuestionCriterionTrial set IsSigned=1 where ReadingInfoSignTime is not null + + + + + + ---------------------------------------------2023-02-20----------------------------------- + --维护全局阅片是否修改状态 + update ReadingTaskQuestionAnswer set IsGlobalChange=1 where GlobalChangeAnswer is not null and GlobalChangeAnswer!='' and Answer!=GlobalChangeAnswer \ No newline at end of file