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