|  | @@ -152,8 +152,8 @@ public class EduRepairController extends BaseController {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "分页查询商品分类列表")
 | 
	
		
			
				|  |  | -    @GetMapping("/queryPage")
 | 
	
		
			
				|  |  | -    public Object queryPage(GoodsCategoryQueryInfo queryInfo) {
 | 
	
		
			
				|  |  | +    @GetMapping("/queryGoodsCategoryPage")
 | 
	
		
			
				|  |  | +    public Object queryGoodsCategoryPage(GoodsCategoryQueryInfo queryInfo) {
 | 
	
		
			
				|  |  |          return succeed(goodsCategoryService.queryPage(queryInfo));
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |