feat(标准主计划): 删除接口增加权限
This commit is contained in:
+1
@@ -131,6 +131,7 @@ public class LawsStandardMasterPlanController {
|
||||
@AutoLog(value = "标准主计划-删除", operateType = CommonConstant.OPERATE_TYPE_4)
|
||||
@ApiOperation(value="标准主计划-删除", notes="标准主计划-删除")
|
||||
@GetMapping(value = "/delete")
|
||||
@RequiresPermissions("standardMasterPlan:delete")
|
||||
public Result<T> delete(String ids) {
|
||||
lawsStandardMasterPlanService.delete(ids);
|
||||
return Result.OK(MessageUtils.getMessage(ResultCommon.OK));
|
||||
|
||||
Reference in New Issue
Block a user