|
|
@ -98,7 +98,7 @@ public class CustomerGridManageUserServiceImpl extends BaseServiceImpl<CustomerG |
|
|
|
public List<CustomerGridManageUserDTO> listForCommnity(String gridId, String type) { |
|
|
|
|
|
|
|
LambdaQueryWrapper<CustomerGridManageUserEntity> wrapper = new LambdaQueryWrapper<>(); |
|
|
|
wrapper.eq(CustomerGridManageUserEntity::getId, gridId) |
|
|
|
wrapper.eq(CustomerGridManageUserEntity::getGridId, gridId) |
|
|
|
.eq(CustomerGridManageUserEntity::getType, type); |
|
|
|
|
|
|
|
List<CustomerGridManageUserEntity> entityList = baseDao.selectList(wrapper); |
|
|
|