Fixed some bug, reverse logic.
This commit is contained in:
@ -745,7 +745,7 @@ Service IsTWLoggingReqd(RDSNo)
|
||||
Response = False$
|
||||
RDSRec = Database_Services('ReadDataRow', 'RDS', RDSNo, True$, 0, False$)
|
||||
IsHGCVReqd = obj_RDS('MetPropFlag', RDSNo:@RM:RDSRec:@RM:'CRES')
|
||||
If IsHGCVReqd NE True$ then
|
||||
If IsHGCVReqd EQ True$ then
|
||||
ExistingTWKeys = Test_Run_Services('GetTestRunKeysByRDS', RDSNo)
|
||||
If ExistingTWKeys EQ '' then
|
||||
Response = True$
|
||||
@ -754,7 +754,7 @@ Service IsTWLoggingReqd(RDSNo)
|
||||
end
|
||||
|
||||
end else
|
||||
Response = True$
|
||||
Response = False$
|
||||
end
|
||||
TWTrackingSystemActive = Database_Services('ReadDataColumn', 'APP_INFO', 'NEW_TW_SYSTEM_ACTIVE_SWITCH', 1, True$, 0, False$)
|
||||
If TWTrackingSystemActive EQ False$ then
|
||||
@ -1659,3 +1659,4 @@ ClearCursors:
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user