KKSU
2024-08-28 177e5d562eb317843f6e7ddf89bfbf7aadc7e99b
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();
    }