no message
This commit is contained in:
@@ -244,9 +244,9 @@ public class InvestingApis {
|
||||
item.put("volume", _ar.get(5));
|
||||
return item;
|
||||
}).filter(val -> {
|
||||
// if("min".equalsIgnoreCase(string)) {
|
||||
// return DateUtil.isSameDay(nowDate, new Date(val.getLong("date")));
|
||||
// }
|
||||
if("min".equalsIgnoreCase(string)) {
|
||||
return DateUtil.isSameDay(nowDate, new Date(val.getLong("date")));
|
||||
}
|
||||
return true;
|
||||
})
|
||||
.collect(Collectors.toList())
|
||||
|
||||
Reference in New Issue
Block a user