Merge branch 'ww' into test
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user