groupBy(root.get("type")); 45 //criteriaQuery拼成的sql是select type,max(price) maxPrice,sum(price) sumPrice from books group by type;查询出 ...
確定! 回上一頁