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