【fix】处理导入工具不能下载导入异常的bug

This commit is contained in:
zer0Black
2022-04-09 13:39:05 +08:00
parent 9669685464
commit bec171e494
3 changed files with 65 additions and 1 deletions
@@ -223,6 +223,8 @@ public interface CommonConstant {
public static final Integer USER_IDENTITY_1 = 1;
public static final Integer USER_IDENTITY_2 = 2;
/** sys_user 表 username 唯一键索引 */
public static final String SQL_INDEX_INDEX_USER_NAME = "index_user_name";
/** sys_user 表 username 唯一键索引 */
public static final String SQL_INDEX_UNIQ_SYS_USER_USERNAME = "uniq_sys_user_username";
/** sys_user 表 work_no 唯一键索引 */