|
|
@ -144,7 +144,7 @@ public class GridOperatorInfoServiceImpl extends BaseServiceImpl<GridOperatorInf |
|
|
|
throw new RenException("获取网格人员所属网格失败"); |
|
|
|
} |
|
|
|
|
|
|
|
QueryWrapper<GridOperatorInfoEntity> wrapper = new QueryWrapper<>(); |
|
|
|
/*QueryWrapper<GridOperatorInfoEntity> wrapper = new QueryWrapper<>(); |
|
|
|
wrapper.eq("real_name", operatorInfo.getRealName()) |
|
|
|
.eq("mobile", operatorInfo.getMobile()); |
|
|
|
List<GridOperatorInfoEntity> entityList = baseDao.selectList(wrapper); |
|
|
@ -155,7 +155,7 @@ public class GridOperatorInfoServiceImpl extends BaseServiceImpl<GridOperatorInf |
|
|
|
operatorGridIdList.remove(deptId); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}*/ |
|
|
|
return operatorGridIdList; |
|
|
|
} |
|
|
|
|
|
|
|