|
@@ -832,7 +832,7 @@ public class ContactsServiceImpl extends ServiceImpl<ContactsMapper, Contacts> i
|
|
return msg;
|
|
return msg;
|
|
}
|
|
}
|
|
List<Contacts> contactsList = contactsMapper.selectList(new LambdaQueryWrapper<Contacts>()
|
|
List<Contacts> contactsList = contactsMapper.selectList(new LambdaQueryWrapper<Contacts>()
|
|
- .select(Contacts::getCustomId,Contacts::getName,Contacts::getPhone,Contacts::getEmail)
|
|
|
|
|
|
+// .select(Contacts::getCustomId,Contacts::getName,Contacts::getPhone,Contacts::getEmail)
|
|
.eq(Contacts::getCreatorId, user.getId())
|
|
.eq(Contacts::getCreatorId, user.getId())
|
|
.eq(Contacts::getCompanyId, user.getCompanyId())
|
|
.eq(Contacts::getCompanyId, user.getCompanyId())
|
|
.eq(Contacts::getIsDelete, 0)
|
|
.eq(Contacts::getIsDelete, 0)
|