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

Commit 510d763a authored by GaoHu's avatar GaoHu

exit

parent 8bd3947d
......@@ -58,10 +58,10 @@ public class GoblinGoodsAnticipateMgController {
return goblinGoodsAnticipateMgService.delete(skuId);
}
@ApiOperation("更具sku获取信息")
@GetMapping("/getAnticipateValueBySkuId")
public AnticipateValueVo getAnticipateValueBySkuId(@RequestParam(name = "skuId") String skuId){
return goblinGoodsAnticipateMgService.getAnticipateValueBySkuId(skuId,1);
}
// @ApiOperation("更具sku获取信息")
// @GetMapping("/getAnticipateValueBySkuId")
// public AnticipateValueVo getAnticipateValueBySkuId(@RequestParam(name = "skuId") String skuId){
// return goblinGoodsAnticipateMgService.getAnticipateValueBySkuId(skuId,1);
// }
}
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