将BIGdecimal转换成字符串

List countlist = query.list();


Object ob = countlist.get(0);


String s = ob.toString();

你可能感兴趣的:(将BIGdecimal转换成字符串)