Commit 3f01b917 authored by honghy's avatar honghy Committed by wux

bug169 (生产bug)对订单进行调仓时,快速重复提交时,订单动态错误

parent 320288ca
......@@ -289,7 +289,7 @@ public class OrderWarehouseInController {
@PutMapping("/adjust-apply")
@ApiOperation("调仓-发起请求")
@Idempotent(timeout = 2)
@Idempotent(timeout = 5)
public CommonResult<String> adjustApply(@Valid @RequestBody OrderWarehouseAdjustCreateReqVO orderWarehouseAdjustCreateReqVO) {
return success(warehouseAdjustService.adjustApply(orderWarehouseAdjustCreateReqVO));
}
......
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