数据统计 报错问题
This commit is contained in:
parent
056126127b
commit
8f5ca9b7f3
|
|
@ -245,7 +245,7 @@ public class SummaryServiceImpl implements SummaryService {
|
|||
List<CountDateVO> numList = new ArrayList<>();
|
||||
for (Object[] o : objects) {
|
||||
CountDateVO countDateVO = new CountDateVO();
|
||||
BigInteger integers = (BigInteger) o[0];
|
||||
BigDecimal integers = (BigDecimal) o[0];
|
||||
countDateVO.setCount(new BigDecimal(integers.toString()));
|
||||
Date date = (Date) o[2];
|
||||
countDateVO.setTradeDay(date.toString());
|
||||
|
|
|
|||
Loading…
Reference in New Issue