Prvni verze
This commit is contained in:
6
_custom/Gornicky/winSvc/mainSvcExec.inc
Normal file
6
_custom/Gornicky/winSvc/mainSvcExec.inc
Normal file
@ -0,0 +1,6 @@
|
||||
if (gorDownPDFThr<>nil) then
|
||||
if not(gorDownPDFThr.Started) then
|
||||
begin
|
||||
gorDownPDFThr.Start;
|
||||
datMod.LogInfo (Quick.Logger.etInfo, 'Start sluzby GOR downloadPDF - pocet ' + datMod.SQLGetString('SELECT COUNT(ID) FROM ' + tblAPIDigiSoubory + ' WHERE Zpracovat=1 AND DatZpracovani IS NULL'));
|
||||
end;
|
||||
Reference in New Issue
Block a user