记得上下班打卡 | git大法好,push需谨慎

Commit 5eb85268 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent e57d2577
...@@ -115,7 +115,7 @@ public class GoblinFrontController { ...@@ -115,7 +115,7 @@ public class GoblinFrontController {
public ResponseDto<List<GoblinGoodsInfoVo>> getStoreGoodes(@RequestParam(name = "storeId", required = true)String storeId,@RequestParam(name = "categoryId", required = true)String categoryId) throws ParseException { public ResponseDto<List<GoblinGoodsInfoVo>> getStoreGoodes(@RequestParam(name = "storeId", required = true)String storeId,@RequestParam(name = "categoryId", required = true)String categoryId) throws ParseException {
return ResponseDto.success( goblinFrontService.getStoreGoodes(storeId,categoryId)); return ResponseDto.success( goblinFrontService.getStoreGoodes(storeId,categoryId));
} }
@GetMapping("getStoreGoodes") @GetMapping("searchGoodesName")
@ApiOperation("搜索商品名字") @ApiOperation("搜索商品名字")
public ResponseDto<List<GoblinGoodsInfoVo>> searchGoodesName(@RequestParam(name = "name", required = true)String name) throws ParseException { public ResponseDto<List<GoblinGoodsInfoVo>> searchGoodesName(@RequestParam(name = "name", required = true)String name) throws ParseException {
return ResponseDto.success( goblinFrontService.searchGoodesName(name)); return ResponseDto.success( goblinFrontService.searchGoodesName(name));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment