sqlWhere+=" "+tnames[6]+">=cast('"+lastUpdateTime+"' as datetime)";
sqlWhere+=" "+tnames[6]+"between cast('"+lastUpdateTime+"' as datetime) and cast('"+DateUtil.formatDate(nowUpdateTime,"yyyy-MM-dd HH:mm:ss")+"' as datetime)";
}else{
sqlWhere="not exists (select fkId from idc_record where type='"+tnames[2]+"' and fkId="+tnames[2]+"."+keyColumn+")";