Update intercept.lua (#6788)
This commit is contained in:
parent
88169f9e30
commit
97835fdd6a
|
|
@ -287,7 +287,7 @@
|
||||||
end
|
end
|
||||||
sql = sql .. ") ";
|
sql = sql .. ") ";
|
||||||
sql = sql .. "AND call_uuid IS NOT NULL ";
|
sql = sql .. "AND call_uuid IS NOT NULL ";
|
||||||
sql = sql .. "LIMIT 1 ";
|
sql = sql .. "ORDER BY created_epoch DESC LIMIT 1 ";
|
||||||
if (debug["sql"]) then
|
if (debug["sql"]) then
|
||||||
log.noticef("SQL: %s; params: %s", sql, json.encode(params));
|
log.noticef("SQL: %s; params: %s", sql, json.encode(params));
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue