Browse Source

新增客户档案面谈表

anderx 9 months ago
parent
commit
2d69ccdf2e

+ 0 - 1
src/main/java/com/goafanti/customer/service/impl/UserArchivesServiceImpl.java

@@ -86,7 +86,6 @@ public class UserArchivesServiceImpl extends BaseMybatisDao< UserArchivesMapper>
                 ob.setMobile("***");
             }
             user.setContactList(collect);
-
         }
         BeanUtils.copyProperties(userArchives, user);
         List<UserArchivesInterview> userArchivesInterviews = userArchivesInterviewMapper.selectByUidAid(id, TokenManager.getAdminId());