|
|
@@ -131,7 +131,7 @@ public class ProjectController {
|
|
|
}
|
|
|
|
|
|
@PreAuthorize("@customerAuth.isCustomer()")
|
|
|
- @ApiOperation("客户端根据服务类目获取服务项目集合数据")
|
|
|
+ @ApiOperation("客户端根据服务标签获取服务项目集合数据")
|
|
|
@GetMapping("/type/{type}")
|
|
|
public R<List<ProjectBaseVo>> getProjectTabList(@PathVariable("type") Integer type) {
|
|
|
List<ProjectBaseVo> list = this.projectService.getProjectTabListByType(type);
|