摘要: SELECT TO_CHAR (to_date(substr(PAY_TIME,12,2), 'hh24'),'hh24') || ':' || LPAD ( FLOOR (TO_CHAR(TO_DATE(SUBSTR(PAY_TIME,15,2),'mi'), 'mi') / 5) * 5, 2, 阅读全文
posted @ 2020-09-18 14:58 mandy3651423 阅读(134) 评论(0) 推荐(1) 编辑
摘要: /** * 通过时间秒毫秒数判断两个时间的间隔 * 作 者: chenyuwen * 创建时间: 2020/9/17 10:49 * */ public static long getDaySub(String beginDateStr,String endDateStr) { long day = 阅读全文
posted @ 2020-09-18 14:51 mandy3651423 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 1.在application.properties中加入或者在application.yml中加入 logging.level.com.dhcc.micro.sys.mapper=DEBUG logging: level: com: onlineBookStore: project: mapper: 阅读全文
posted @ 2020-09-18 14:48 mandy3651423 阅读(4681) 评论(0) 推荐(0) 编辑