Commit 22555bce authored by honghy's avatar honghy Committed by wux

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

3 merge requests!82Release分支合并到jd分支0114,!81Release分支合并到jd分支0114,!80Release分支合并到jd分支0114
......@@ -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