Dalsi zmeny
This commit is contained in:
@ -358,7 +358,7 @@ uses
|
||||
try
|
||||
lQry.Open(lSQL, [AID]);
|
||||
if (lQry.RecordCount>0) then
|
||||
extInfoStr:= lQry.AsJSONObjectString;
|
||||
extInfoStr:= lQry.AsJSONObject;
|
||||
finally
|
||||
lQry.Free;
|
||||
end;
|
||||
@ -495,7 +495,7 @@ uses
|
||||
try
|
||||
lQry.Open(lSQL, [idPlanKal]);
|
||||
if (lQry.RecordCount>0) then
|
||||
extInfoStr:= lQry.AsJSONObjectString;
|
||||
extInfoStr:= lQry.AsJSONObject;
|
||||
finally
|
||||
lQry.Free;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user