提交代码
parent
20d7ca22b5
commit
6196c76dd1
|
@ -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
|
Loading…
Reference in New Issue