* update 优化 日志管理使用索引提升查询性能

* update 优化 框架时间检索使用时间默认值 00:00:00 - 23:59:59
This commit is contained in:
疯狂的狮子Li
2023-03-07 22:50:58 +08:00
parent 9b7adfdaf4
commit f8c079c651
18 changed files with 62 additions and 22 deletions

View File

@ -112,12 +112,6 @@ public interface UserConstants {
*/
String INNER_LINK = "InnerLink";
/**
* 校验返回结果码
*/
String UNIQUE = "0";
String NOT_UNIQUE = "1";
/**
* 用户名长度限制
*/