src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -106,6 +106,11 @@ DataDictionaryEnum.BUCAHNG_CHI.getCode() ).getValue()); walletInfo.setJilichi(dataDictionaryCustomMapper.selectDicDataByTypeAndCode( DataDictionaryEnum.JILI_CHI.getType(), DataDictionaryEnum.JILI_CHI.getCode() ).getValue()); return walletInfo; }