(dataIds!=null&&dataIds.length()>0?("where id in ("+dataIds+") and processing_time>='"+sdf.format(startTime)+"' and processing_time<='"+sdf.format(endTime)+"' order by filing_time Desc"):("where processing_time>='"+sdf.format(startTime)+"' and processing_time<='"+sdf.format(endTime)+"' order by filing_time Desc"));