Commit 4f0942f9 authored by yanghao's avatar yanghao

fix: api doc bug

parent 1a854192
......@@ -41,7 +41,6 @@ public class OrderWarehouseCheckController {
@PostMapping("/force")
@ApiOperation("强制到仓")
@ApiImplicitParam(name = "orderId", value = "订单id", required = true, example = "1024", dataTypeClass = Long.class)
public CommonResult<Boolean> force(@Valid @RequestBody OrderForceCheck orderForceCheck) {
service.force(orderForceCheck);
return success(true);
......
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