2020
10-09
10-09
在java中获取List集合中最大的日期时间操作
取List集合中最大的日期,可以用Datemax=Collections.max(dateList);,传入一个日期集合,就可以获取,工作中有这个需求,就查找到这个,代码如下}else{/**获取此专题下的所有内容的最新时间*/LongfeatureId=this.communityFeatureMapper.selectFeatureIdByLabelId(labelId);List<CommunityFeatureRelation>communityFeatureRelationList=this.communityFeatureRelationMapper.selectByFeatureId(featureId);List<Dat...
继续阅读 >