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

Commit 90253d36 authored by GaoHu's avatar GaoHu

exit

parent a77a91f3
...@@ -57,14 +57,14 @@ public class GoblinGoodsAnticipateMgController { ...@@ -57,14 +57,14 @@ public class GoblinGoodsAnticipateMgController {
return goblinGoodsAnticipateMgService.updatePeople(skuId, people); return goblinGoodsAnticipateMgService.updatePeople(skuId, people);
} }
@ApiOperation("删除预约") // @ApiOperation("删除预约")
@DeleteMapping("/delete") // @DeleteMapping("/delete")
@ApiImplicitParams({ // @ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "String", name = "skuId", value = "skuId"), // @ApiImplicitParam(type = "query", dataType = "String", name = "skuId", value = "skuId"),
}) // })
public ResponseDto<Boolean> delete(@RequestParam(name = "skuId") String skuId) { // public ResponseDto<Boolean> delete(@RequestParam(name = "skuId") String skuId) {
return goblinGoodsAnticipateMgService.delete(skuId); // return goblinGoodsAnticipateMgService.delete(skuId);
} // }
// @ApiOperation("更具sku获取信息") // @ApiOperation("更具sku获取信息")
// @GetMapping("/getAnticipateValueBySkuId") // @GetMapping("/getAnticipateValueBySkuId")
......
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