我正在做这个xPath查询它工作正常,但它提前一个日期结果
它没有提供当前日期文件06-06-2014
,其根据05-06-2014
/jcr:root/eds:home/anuj/eds:personal//*[@jcr:primaryType eq 'eds:void' or (@jcr:primaryType eq 'eds:document' and (@eds:content/jcr:lastModified >= xs:dateTime('2014-06-05T00:00:00.000+05:30') and @eds:content/jcr:lastModified <= xs:dateTime('2014-06-06T00:00:00.000+05:30'))) and (@eds:docType='cashdept')] order by @jcr:score descending