2021年12月7日

获取两个日期间月份

摘要: /** * 获取两个日期间月份 * @param minDate 开始日期 * @param maxDate 结束日期 * @return * @throws ParseException */ public static List<String> getMonthBetween(String mi 阅读全文

posted @ 2021-12-07 13:59 lewisat 阅读(97) 评论(0) 推荐(0) 编辑

mybatis 批量in 多个字段写法

摘要: mybatis 批量in 多个字段写法,可以参考如下写法 select distinct id, post_name from user a where (a.year,a.month,a.status) in (('2021','1',1),('2021','1',1),('2021','3',1 阅读全文

posted @ 2021-12-07 13:54 lewisat 阅读(4007) 评论(0) 推荐(0) 编辑

导航