摘要: > 表名:dc_sync_field_conf | number | sync_config | | | | | 12345 | [{"syncFlag": 2, "fieldName": "typeXXX", "fieldText": "类型"}] | | 67890 | [{"syncFlag" 阅读全文
posted @ 2021-12-29 15:42 InkYi 阅读(1957) 评论(0) 推荐(0) 编辑
摘要: LcoalDateTime LocalDateTime now = LocalDateTime.now(); LocalDateTime end = LocalDateTime.now(); Duration duration = Duration.between(now,end); //相差的天数 阅读全文
posted @ 2021-12-29 11:13 InkYi 阅读(6109) 评论(0) 推荐(0) 编辑