精简入组发送邮件逻辑
This commit is contained in:
@@ -949,4 +949,11 @@ where ReadingQuestionTrial.ReadingQuestionSystemId is not null and ReadingTableQ
|
||||
|
||||
---------------------------------------------2023-02-20-----------------------------------
|
||||
--维护全局阅片是否修改状态
|
||||
update ReadingTaskQuestionAnswer set IsGlobalChange=1 where GlobalChangeAnswer is not null and GlobalChangeAnswer!='' and Answer!=GlobalChangeAnswer
|
||||
update ReadingTaskQuestionAnswer set IsGlobalChange=1 where GlobalChangeAnswer is not null and GlobalChangeAnswer!='' and Answer!=GlobalChangeAnswer
|
||||
|
||||
|
||||
-----20230301
|
||||
update CommonDocument set Name='PD进展报告.docx' where Name='PCR_v1.0_Final.docx'
|
||||
update CommonDocument set Name='入组确认报告.docx' where Name='ECR_v1.0_Final.docx'
|
||||
update TrialEmailNoticeConfig set FileName='PD进展报告.docx' where FileName='PCR_v1.0_Final.docx'
|
||||
update TrialEmailNoticeConfig set FileName='入组确认报告.docx' where FileName='ECR_v1.0_Final.docx'
|
||||
Reference in New Issue
Block a user