xiaoyong931011
2020-07-02 cf0cafca18197fc93083f43c19099dd3f84a09e5
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);