🐛fix: #ICGJPH Resource表已经改为SysResource,但代码里面还有Resource相关

This commit is contained in:
yubaolee
2025-06-20 11:15:32 +08:00
parent ee6a57b7bf
commit 878acdacc0
12 changed files with 226 additions and 226 deletions

View File

@@ -86,7 +86,7 @@ namespace OpenAuth.App.Test
app.Clear();
app.Add(new AddOrUpdateDataPriviReq
{
SourceCode = "Resource",
SourceCode = "SysResource",
Description = "资源数据规则",
PrivilegeRules = JsonHelper.Instance.Serialize(filterGroup)
});