List<Long> countlist1 = hibernateService.getListByHql(hql2, -1);
if (!countlist1.isEmpty()) {
count =0.0+countlist1.get(0);
}
 
调试 执行到count =0.0+countlist1.get(0);一行 出现toString() unavailable - no suspended threads
求高手解决啊