xiaoyong931011
2023-08-03 dfbca56dfc518b791b80516759d3d904a492d501
src/main/java/cc/mrbird/febs/FebsShiroApplication.java
@@ -31,8 +31,6 @@
    @Autowired
    private DataDictionaryCustomMapper dataDictionaryCustomMapper;
    @Autowired
    private DappSystemService dappSystemService;
    @Autowired
    private SystemConstants systemConstants;
@@ -55,7 +53,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();