feat(Property): 添加小程序工单处理功能
This commit is contained in:
@@ -44,11 +44,21 @@ public class SaPermissionImpl implements StpInterface {
|
||||
} else if (isResidentMatch) {
|
||||
// 居民匹配时的逻辑
|
||||
return Arrays.asList(
|
||||
"resident:person:list",
|
||||
"resident:person:add",
|
||||
"resident:person:query",
|
||||
"resident:person:edit",
|
||||
"resident:person:remove"
|
||||
// 入驻员工管理
|
||||
"xcx:person:list",
|
||||
"xcx:person:add",
|
||||
"xcx:person:query",
|
||||
"xcx:person:edit",
|
||||
"xcx:person:remove",
|
||||
// 入驻单位管理
|
||||
"xcx:unit:query",
|
||||
// 工单管理
|
||||
"xcx:workOrders:add",
|
||||
"xcx:workOrders:query",
|
||||
// 工单类型管理
|
||||
"xcx:workOrdersType:query",
|
||||
// 文件上传
|
||||
"system:oss:upload"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user