权限管理

This commit is contained in:
马三炮 2025-08-18 11:28:31 +08:00
parent b348aa6ed9
commit bb8888cbca
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ public class PmPostTypeController extends BaseController{
/** /**
* 工种类型列表 * 工种类型列表
*/ */
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("post:type:list"))
@GetMapping("/listAll") @GetMapping("/listAll")
@SysLog(title = "工种类型管理", businessType = OperaType.QUERY, logType = 0, module = "工种类型管理->工种类型列表") @SysLog(title = "工种类型管理", businessType = OperaType.QUERY, logType = 0, module = "工种类型管理->工种类型列表")
public TableDataInfo listAll(PmPostType pmPostType) { public TableDataInfo listAll(PmPostType pmPostType) {