From 41c04c7de3211a2ee53f7e6e53653f8843c52e83 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 28 Aug 2024 10:50:39 +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 a64a5d2..7ba1dce 100644 --- a/src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java +++ b/src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java @@ -255,6 +255,10 @@ DataDictionaryEnum.COIN_CHANGE.getType(), DataDictionaryEnum.COIN_CHANGE.getCode(), gfaBasicSetDto.getChangeType()); + commonService.updateDataDic( + DataDictionaryEnum.COIN_INSIDE_CHANGE.getType(), + DataDictionaryEnum.COIN_INSIDE_CHANGE.getCode(), + gfaBasicSetDto.getAroundInsideType()); return new FebsResponse().success(); } -- Gitblit v1.9.1