src/main/java/com/xcong/excoin/modules/member/service/impl/MemberServiceImpl.java
@@ -734,6 +734,9 @@ MemberPersonCenterInfoVo memberPersonCenterInfoVo = new MemberPersonCenterInfoVo(); Integer certifyStatus = member.getCertifyStatus(); memberPersonCenterInfoVo.setCertifyStatus(certifyStatus); Map<String, Object> columnMap = new HashMap<>(); columnMap.put("member_id", memberId); List<MemberPaymentMethodEntity> selectByMap = memberPaymentMethodDao.selectByMap(columnMap);