hongji.li
2023-11-11 ffa07b2a8c4e06a1fdc7c38c1c88f85845ff83cb
_Main/BL/Type_RunStatus/StaticMethod_OnRun.qbl
@@ -8,7 +8,10 @@
  TextBody:
  [*
    targetRunStatus := select( globalOTDLog, RunStatus, tempRS, tempRS.Type() = runType );
    targetRunStatus.Delete();
    if ( not isnull( targetRunStatus ) ) {
      targetRunStatus.Delete();
    }
    
    globalOTDLog.RunStatus( relnew, Status := 1, Type := runType );
  *]