mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 11:24:45 +08:00
🐛fix: #ICGJPH Resource表已经改为SysResource,但代码里面还有Resource相关
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenAuth.App.Test
|
||||
app.Clear();
|
||||
app.Add(new AddOrUpdateDataPriviReq
|
||||
{
|
||||
SourceCode = "Resource",
|
||||
SourceCode = "SysResource",
|
||||
Description = "资源数据规则",
|
||||
PrivilegeRules = JsonHelper.Instance.Serialize(filterGroup)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user