Merge branch 'ww' into test
This commit is contained in:
commit
e4b9834684
|
|
@ -241,7 +241,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