Commit e5502acb authored by zhengyi's avatar zhengyi

空运分拣并发bug修复

parent dbc058ed
......@@ -163,6 +163,7 @@ public class BoxPreloadGoodsController {
@PostMapping("/createAir")
@ApiOperation("创建预装货物-空运, use this")
@Idempotent(timeout = 5)
public CommonResult<PreloadResultVO> createBoxPreloadGoodsAir(@Valid @RequestBody BoxPreloadGoodsCreateReqVO createReqVO) {
return success(boxPreloadGoodsService.createBoxPreloadGoodsAir(createReqVO));
}
......
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