|
@@ -33,13 +33,6 @@ public class ReportController {
|
|
|
* @param reportReq
|
|
|
* @return com.abi.task.common.api.base.BaseResponse<com.abi.qms.platform.dto.res.ListBrandCodeReportRes>
|
|
|
*/
|
|
|
- /*@ApiOperation("品牌使用码量占比(603版 已废弃)")
|
|
|
- @GetMapping("/queryBrandCodeProportion")
|
|
|
- public BaseResponse<ListBrandCodeReportRes> queryBrandCodeProportion(@Validated ReportReq reportReq) {
|
|
|
- ListBrandCodeReportRes result= reportService.queryBrandCodeProportion(reportReq);
|
|
|
- return BaseResponse.create(result);
|
|
|
- }*/
|
|
|
-
|
|
|
@ApiOperation("码包概况")
|
|
|
@GetMapping("/queryPackageCodeGeneral")
|
|
|
public BaseResponse<PackageCodeTypeRes> queryPackageCodeGeneral(@Validated ReportReq reportReq) {
|