select * from (select c.*,CONVERT(char(19),DATEADD(second,lastModifiedTime/1000,'19700101 08:00'),120) as time from EFLOW_WO_COMMON c where showLevel = 1) t where t.time > '2016-12-22 15:00:00'