Helius
2020-07-02 cbf27426370f1fc9c8ae27b717c8d1f175ea358e
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);