From 7efcf03022bef424e5e79949df164f9521998afc Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Thu, 29 Aug 2024 14:27:47 +0800
Subject: [PATCH] test和数据库连接
---
src/main/java/cc/mrbird/febs/mall/controller/AdminNewsInfoController.java | 8 ++++++++
1 files changed, 8 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..2b8daa9 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,14 @@
DataDictionaryEnum.COIN_CHANGE.getType(),
DataDictionaryEnum.COIN_CHANGE.getCode(),
gfaBasicSetDto.getChangeType());
+ commonService.updateDataDic(
+ 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