fix:修改指数信息
This commit is contained in:
@@ -271,7 +271,7 @@ public class InvestingApis {
|
|||||||
item.put("volume", _ar.get(5));
|
item.put("volume", _ar.get(5));
|
||||||
return item;
|
return item;
|
||||||
}).filter(val -> {
|
}).filter(val -> {
|
||||||
if("min".equalsIgnoreCase(type)) {
|
if("day".equalsIgnoreCase(type)) {
|
||||||
return DateUtil.isSameDay(nowDate, new Date(val.getLong("date")));
|
return DateUtil.isSameDay(nowDate, new Date(val.getLong("date")));
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user