修改稽查

This commit is contained in:
2022-12-20 11:20:54 +08:00
parent 883c6b2f3c
commit 00cdea630c
3 changed files with 14 additions and 5 deletions
+3
View File
@@ -148,5 +148,8 @@ update DataInspection set VisitTaskId= substring(JsonDetail,CHARINDEX('VisitTask
update DataInspection set VisitTaskId= substring(JsonDetail,CHARINDEX('VisitTaskId":"',JsonDetail)+14,36) where EntityName='ReadingMedicineQuestionAnswer'
update DataInspection set SubjectVisitId=null where EntityName='ReadModule'