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

Commit 505b3888 authored by 胡佳晨's avatar 胡佳晨

禁用 商铺出货

parent d6c0c604
...@@ -51,15 +51,15 @@ public class GoblinStoreZhengzaiController { ...@@ -51,15 +51,15 @@ public class GoblinStoreZhengzaiController {
return goblinStoreZhengzaiService.orderList(page); return goblinStoreZhengzaiService.orderList(page);
} }
@PostMapping("orderPush") // @PostMapping("orderPush")
@ApiOperation("正在下单-出货") // @ApiOperation("正在下单-出货")
@ApiResponse(code = 200, message = "接口返回对象参数") // @ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({ // @ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderMasterCode", value = "主订单号"), // @ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderMasterCode", value = "主订单号"),
}) // })
public ResponseDto<Boolean> orderPush(@RequestParam("orderMasterCode") @Valid String orderMasterCode) { // public ResponseDto<Boolean> orderPush(@RequestParam("orderMasterCode") @Valid String orderMasterCode) {
return goblinStoreZhengzaiService.orderPush(orderMasterCode); // return goblinStoreZhengzaiService.orderPush(orderMasterCode);
} // }
@PostMapping("listByCode") @PostMapping("listByCode")
@ApiOperation("列表[根据masterCode]") @ApiOperation("列表[根据masterCode]")
......
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