This commit is contained in:
Jake 2022-08-16 16:04:11 +00:00
parent ac8e8432b7
commit c2351ce363
2 changed files with 2 additions and 2 deletions

View File

@ -21095,7 +21095,7 @@ Begin
rc.[value],
rc.AccPageID
From vwRofstData_RofstChildren rc
Where rc.RofstID = @RofstID?
Where rc.RofstID = @RofstID
And rc.roid = @BaseRoid;
Return;

View File

@ -21095,7 +21095,7 @@ Begin
rc.[value],
rc.AccPageID
From vwRofstData_RofstChildren rc
Where rc.RofstID = @RofstID?
Where rc.RofstID = @RofstID
And rc.roid = @BaseRoid;
Return;