fixed small bug in AST_cleanup_agent_log.pl
git-svn-id: svn://192.168.202.10@1385 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -176,7 +176,7 @@ if ($TWENTYFOUR_HOURS > 0)
|
||||
$TDSQLdate = "$Tyear-$Tmon-$Tmday $Thour:$Tmin:$Tsec";
|
||||
|
||||
$VDAD_SQL_time = "and event_time > \"$TDSQLdate\" and event_time < \"$FDSQLdate\"";
|
||||
$VDCL_SQL_time = "and call_date > \"$TDSQLdate\" and event_time < \"$FDSQLdate\"";
|
||||
$VDCL_SQL_time = "and call_date > \"$TDSQLdate\" and call_date < \"$FDSQLdate\"";
|
||||
$QM_SQL_time = "and time_id > $TDtarget and time_id < $FDtarget";
|
||||
$QM_SQL_time_H = "and time_id > $TDtarget and time_id < $HDtarget";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user