mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 02:28:03 +08:00 
			
		
		
		
	fix:打开系统接口,控制台报错
This commit is contained in:
		| @ -69,7 +69,7 @@ public class ProductSpuController { | |||||||
|  |  | ||||||
|     @GetMapping("/list") |     @GetMapping("/list") | ||||||
|     @ApiOperation("获得商品spu列表") |     @ApiOperation("获得商品spu列表") | ||||||
|     @ApiImplicitParam(name = "ids", value = "编号列表", required = true, example = "1024,2048", dataTypeClass = Long.class) |     @ApiImplicitParam(name = "ids", value = "编号列表", required = true, example = "1024,2048", dataTypeClass = List.class) | ||||||
|     @PreAuthorize("@ss.hasPermission('product:spu:query')") |     @PreAuthorize("@ss.hasPermission('product:spu:query')") | ||||||
|     public CommonResult<List<SpuRespVO>> getSpuList(@RequestParam("ids") Collection<Long> ids) { |     public CommonResult<List<SpuRespVO>> getSpuList(@RequestParam("ids") Collection<Long> ids) { | ||||||
|         List<ProductSpuDO> list = spuService.getSpuList(ids); |         List<ProductSpuDO> list = spuService.getSpuList(ids); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 zy
					zy