From 513c2627fe8e41f29097cf090a9ee688c71fb50e Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sat, 08 Mar 2025 01:29:12 +0800
Subject: [PATCH] feat(mall): 添加会员列表页面
---
src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java b/src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java
index e5996fa..737d0fb 100644
--- a/src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java
+++ b/src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java
@@ -27,12 +27,12 @@
private final MallMemberMapper mallMemberMapper;
private final ISystemService systemService;
- @PostMapping(value = "/bonusSystemSetting")
- @ControllerEndpoint(operation = "碳积分-系统设置", exceptionMessage = "操作失败")
- public FebsResponse bonusSystemSetting(@RequestBody Map<String, Object> map) {
- systemService.bonusSystemSetting(map);
- return new FebsResponse().success().message("设置成功");
- }
+// @PostMapping(value = "/bonusSystemSetting")
+// @ControllerEndpoint(operation = "碳积分-系统设置", exceptionMessage = "操作失败")
+// public FebsResponse bonusSystemSetting(@RequestBody Map<String, Object> map) {
+// systemService.bonusSystemSetting(map);
+// return new FebsResponse().success().message("设置成功");
+// }
@GetMapping(value = "/allMoneyType")
public FebsResponse allMoneyType() {
--
Gitblit v1.9.1