fix:数据分析

feature/mall_product
tangqian 2023-06-25 14:35:51 +08:00
parent 6b3c96c8f9
commit 6194189803
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class DataAnalysisController {
}
// 销售(推广员维度) 导出
@Operation(summary = "销售(商铺维度)-导出")
@Operation(summary = "销售(推广员维度)-导出")
@RequestMapping(value = "/promoterAnalysis-excel", method = RequestMethod.GET)
@PreAuthenticated
@TenantIgnore