xiaoyong931011
2023-07-23 61bbe73c538fa51544a21b73fb2b0ad64e2b5973
src/main/java/cc/mrbird/febs/FebsShiroApplication.java
@@ -55,7 +55,7 @@
            Field field = systemConstants.getClass().getDeclaredField(key);
            field.set(systemConstants, value);
            AppContants.FEE_ADDRESS_KEY.put("feeAddressKey",systemConstants.getFeeAddressKey());
//            dataDictionaryCustom.setValue("isReady");
            dataDictionaryCustom.setValue("isReady");
            dataDictionaryCustomMapper.updateById(dataDictionaryCustom);
        } catch (Exception e) {
            e.printStackTrace();