bug 修改

This commit is contained in:
2022-09-22 11:35:46 +08:00
parent fa5ca11a18
commit 6568328d23
3 changed files with 19 additions and 3 deletions
+10
View File
@@ -34,3 +34,13 @@ update DataInspection set RoleName=(select UserName from [User] INNER join Use
update DataInspection set CreateUserRealName=(select LastName+' / '+FirstName from [User] where [User].Id=DataInspection.CreateUserId)
update TrialDocUserTypeConfirmedUser set CreateUserId=ConfirmUserId,CreateTime=SignFirstViewTime
update SystemDocConfirmedUser set CreateUserId=ConfirmUserId,CreateTime=SignFirstViewTime
update TrialDocUserTypeConfirmedUser set CreateUserId=ConfirmUserId,CreateTime=getdate() where SignFirstViewTime is null
update SystemDocConfirmedUser set CreateUserId=ConfirmUserId,CreateTime=getdate() where SignFirstViewTime is null