Commit 22bfd09c by Lizh

前端以及做了去重复处理

parent d883be3f
......@@ -37,7 +37,6 @@ public class CustomProductInfoController {
private final CustomProductInfoService customProductInfoService;
@Operation(summary = "创建商品", description = "创建商品")
@RepeatSubmit(message = "请勿重复提交")
@PostMapping("/create")
public void create(@RequestBody @Valid CustomProductInfoSaveSnakeDTO dto) {
customProductInfoService.saveFull(dto);
......
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