Commit 9001dda3 by guojuxing

联合商户,资源组授权列表标志是否已经授权

parent 8f397c33
......@@ -213,9 +213,11 @@ public class UnionEnterpriseAuthController {
}
result.add(vo);
});
return RestResponse.success(result);
}
}
return ResultControllerUtils.commonResult(response, UnionResourceGroupVO.class);
return RestResponse.failure(response.getCode(), response.getMessage());
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment