From 06eb391942c13d90ef6daf8aef0a9aa91e5fff0f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 15 Apr 2021 15:53:04 +0800
Subject: [PATCH] 20210415 带单数据
---
src/main/java/com/xcong/excoin/modules/agent/controller/AgentController.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/agent/controller/AgentController.java b/src/main/java/com/xcong/excoin/modules/agent/controller/AgentController.java
index 1ab053b..96fcbba 100644
--- a/src/main/java/com/xcong/excoin/modules/agent/controller/AgentController.java
+++ b/src/main/java/com/xcong/excoin/modules/agent/controller/AgentController.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.toolkit.StringPool;
import com.xcong.excoin.common.annotation.ControllerEndpoint;
+import com.xcong.excoin.common.annotation.SubmitRepeat;
import com.xcong.excoin.common.controller.BaseController;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
@@ -41,6 +42,7 @@
return new FebsResponse().success().data(map);
}
+// @SubmitRepeat
@PostMapping("add")
@RequiresPermissions("agent:add")
@ControllerEndpoint(operation = "新增代理商", exceptionMessage = "新增代理商失败")
--
Gitblit v1.9.1