fix(任务转交): 81101
This commit is contained in:
+2
@@ -13,6 +13,7 @@ import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
@@ -71,6 +72,7 @@ public class LawsHomeQuickAccessController extends JeroController<LawsHomeQuickA
|
||||
@AutoLog(value = "快捷入口-保存菜单")
|
||||
@ApiOperation(value="快捷入口-保存菜单", notes="快捷入口-保存菜单")
|
||||
@PostMapping(value = "/saveMenu")
|
||||
@RequiresPermissions("dashboard:quickEnter:menuManage4分钟前")
|
||||
public Result<T> saveMenu(@Validated @RequestBody JSONObject jsonObject) {
|
||||
lawsHomeQuickAccessService.saveMenu((String) jsonObject.get("permissionIds"));
|
||||
return Result.OK(MessageUtils.getMessage(ResultCommon.OK));
|
||||
|
||||
Reference in New Issue
Block a user