Add M.Id as MonitorID
This commit is contained in:
parent
07260adb2a
commit
239b494db8
|
@ -183,6 +183,7 @@ sub Sql {
|
|||
if ( ! $$self{Sql} ) {
|
||||
my $filter_expr = ZoneMinder::General::jsonDecode( $self->{Query} );
|
||||
my $sql = "SELECT E.*,
|
||||
M.Id as MonitorId,
|
||||
M.Name as MonitorName,
|
||||
M.DefaultRate,
|
||||
M.DefaultScale,
|
||||
|
|
Loading…
Reference in New Issue