Преглед изворни кода

新增客户档案面谈表

anderx пре 10 месеци
родитељ
комит
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());