From 57bd5c68e1f71aa9cbd0bf2d561a736db3b0cbbf Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 28 Aug 2024 16:09:45 +0800 Subject: [PATCH] 新增功能操作按钮,和更新了数据库数据 --- src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java b/src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java index 7ba1dce..2b8daa9 100644 --- a/src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java +++ b/src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java @@ -259,6 +259,10 @@ DataDictionaryEnum.COIN_INSIDE_CHANGE.getType(), DataDictionaryEnum.COIN_INSIDE_CHANGE.getCode(), gfaBasicSetDto.getAroundInsideType()); + commonService.updateDataDic( + DataDictionaryEnum.COIN_WITHDRAW.getType(), + DataDictionaryEnum.COIN_WITHDRAW.getCode(), + gfaBasicSetDto.getCoinWithdraw()); return new FebsResponse().success(); } -- Gitblit v1.9.1