Commit 46a8c766 authored by zhengyi's avatar zhengyi

订单模块接口文档错误修复

parent b57c4ab2
......@@ -57,7 +57,6 @@ public class OrderWarehouseCheckController {
@PutMapping("/update")
@ApiOperation("到仓修改")
@ApiImplicitParam(name = "orderId", value = "订单id", required = true, example = "1024", dataTypeClass = Long.class)
public CommonResult<Boolean> update(@Valid @RequestBody OrderWarehouseCheckUpdateReqVO req) {
service.update(req);
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