jinpengyong
2023-11-08 943c5905b7f4ff48c7ae87c41b41aeae854f8a20
screen-api/src/main/java/com/moral/api/controller/AppAllocationController.java
@@ -93,7 +93,7 @@
    @ApiOperation(value = "分享权限")
    public  ResultMessage  authority(@RequestParam @ApiParam(value = "allocationNum",name = "单号") String allocationNum,
                                     @RequestParam @ApiParam(value = "userId",name = "用户Id") Integer userId){
        boolean authority = allocationService.authority(allocationNum,userId);
        Integer authority = allocationService.authority(allocationNum, userId);
        return ResultMessage.ok(authority);
    }