提交代码

This commit is contained in:
he
2023-02-21 09:11:28 +08:00
parent 20d7ca22b5
commit 6196c76dd1
+9 -1
View File
@@ -941,4 +941,12 @@ where ReadingQuestionTrial.ReadingQuestionSystemId is not null and ReadingTableQ
--------------------------------------维护阅片标准签名状态----------------
update ReadingQuestionCriterionTrial set IsSigned=1 where ReadingInfoSignTime is not null
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