mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(系统设置): 修复数据填报权限授权报错问题
This commit is contained in:
@@ -129,6 +129,10 @@ public class XAuthServer {
|
||||
if (StringUtils.equals("panel", sourceType)) {
|
||||
return SysLogConstants.SOURCE_TYPE.PANEL;
|
||||
}
|
||||
|
||||
if (StringUtils.equals("data_fill", sourceType)) {
|
||||
return SysLogConstants.SOURCE_TYPE.DATA_FILL_FORM;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@@ -104,6 +104,9 @@ public class LogManager {
|
||||
case 11:
|
||||
typeValue = "menu";
|
||||
break;
|
||||
case 13:
|
||||
typeValue = "data_fill";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user