xkzhangsan

Results 14 comments of xkzhangsan

> 请输入要识别的时间:9月10日到9月1日 > 当前时间:2020-07-06 17:32:28 > timespan: 2020-09-10 00:00:00, 2020-09-01 00:00:00 上下文识别时间,不会超过当前年份。所以第二个也是2020年。

> normalizer.parse("收录时间:2016-05-24TimeNLP 详细介绍");// 抽取时间 > TimeUnit[] unit = normalizer.getTimeUnit(); > System.out.println("收录时间:2016-05-24TimeNLP 详细介绍"); > System.out.println(DateUtil.formatDateDefault(unit[0].getTime()) + "-" + unit[0].getIsAllDayTime()); > > 运行结果是: > 2017-05-03 10:17:15 > 收录时间:2016-05-24TimeNLP 详细介绍 > 2017-06-05 00:00:00-true...

Hi @M-Devloo, How can the administrator manage all tenant data without modifying the tenant ID of the tenant data. Currently, all modified data will reset the tenant ID.

An optional solution that displays all tenant data when querying, and automatically replaces the tenant ID with the target tenant ID when modifying.