摘要: 去重方法 单个字段为条件去重 /** * 单字段去重 * @param jackpotList1 新集合 * @param jackpotList 需要去重的集合 * @return */ private List<Jackpot> distinctList1(List<Jackpot> jackp 阅读全文
posted @ 2021-12-20 11:53 阿尔法哲 阅读(2939) 评论(0) 推荐(0) 编辑
摘要: 计算日期之间相差 此处相差计算以分钟为单位,自行可根据业务场景更改 /** * 测试时间相差分钟 */ @Test public void getTime() { SimpleDateFormat simpleDateFormat = new SimpleDateFormat(); simpleDa 阅读全文
posted @ 2021-12-20 10:28 阿尔法哲 阅读(267) 评论(0) 推荐(0) 编辑