From ed38a863d4d93de72dd168bd4262cd30341d7d93 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 2 Jun 2023 15:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4sql=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/SQLFile/4.21号发布后维护.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Domain/SQLFile/4.21号发布后维护.sql b/IRaCIS.Core.Domain/SQLFile/4.21号发布后维护.sql index 919ef1920..85eb8ce4f 100644 --- a/IRaCIS.Core.Domain/SQLFile/4.21号发布后维护.sql +++ b/IRaCIS.Core.Domain/SQLFile/4.21号发布后维护.sql @@ -120,6 +120,8 @@ UPDATE Trial SET IndicationEnum = CASE select DISTINCT IndicationEnum ,Indication from Trial + update Trial set Indication='' where IndicationEnum not in (37,38,39) + -- 附加评估发布设置之前的默认值 Update ReadingQuestionCriterionTrial set IsAdditionalAssessment=0,IsAutoCreate=1