| | |
| | | IPage<DappMemberFund> records = dappFundFlowDao.memberFundList(page, dappMemberFund); |
| | | return records.getRecords(); |
| | | } |
| | | |
| | | @Override |
| | | public FebsResponse addressSize(AddressSizeDto addressSizeDto) { |
| | | DataDictionaryCustom addressSizeDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDicEnum.ADDRESS_SIZE.getValue(), |
| | | DataDicEnum.ADDRESS_SIZE.getValue() |
| | | ); |
| | | addressSizeDic.setValue(addressSizeDto.getAddressSize()); |
| | | dataDictionaryCustomMapper.updateById(addressSizeDic); |
| | | return new FebsResponse().success(); |
| | | } |
| | | } |