Zmiany pomiędzy wersją 4 and wersją 5 dla DeployerGuide/Customization/ProcessAutomation/Loops

Pokaż
Ignoruj:
Data i czas:
07/28/15 09:19:14 (9 years temu)
Autor:
MK (IP: 79.188.124.105)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/ProcessAutomation/Loops

    v4 v5  
    2121select sop_id,procid,ptstid, sop_id as prn_id, stdver,ptstnm,ptsttp, unnest(orgarr) as orgarr, params,end___,duratn,is_fix,fixdat,fixper,orunid,sysdat,is_act,errlog,assign,props_,in_set,outset,TRUE as isinst,actdat,state_,trbyev,prcref,allow_,commen 
    2222from stages 
    23 where ptstid = 1075 AND orgarr != '{}' AND is_act AND NOT isinst AND sop_id NOT IN (SELECT sop_id FROM stages WHERE ptstid = 1075 AND isinst) 
     23where ptstid = {ID ETAPU stages_def.ptstid} AND orgarr != '{}' AND is_act AND NOT isinst AND sop_id NOT IN (SELECT sop_id FROM stages WHERE ptstid = {ID ETAPU stages_def.ptstid} AND isinst) 
    2424) aa 
    2525order by procid,sop_id;