|
|
List<DataChip> dataChips = baseDao.getJdbcTemplate().query("select id_,chipcode_,counterpath_,datapath_,testdate_ from (select id_,chipcode_,counterpath_,datapath_,testdate_ from datacenter$chip where nvl(readstatus_,0)=0 and testdate_ is not null order by testdate_ desc) where rownum<=50",
|