| | |
| | | |
| | | @Autowired |
| | | private DataDictionaryCustomMapper dataDictionaryCustomMapper; |
| | | @Autowired |
| | | private DappSystemService dappSystemService; |
| | | |
| | | @Autowired |
| | | private SystemConstants systemConstants; |
| | |
| | | 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(); |