src/main/java/com/zy/crm/manager/controller/CstmrController.java
@@ -120,8 +120,8 @@ } return R.ok(cstmrService.getPage3(new Page<>(curr, limit) , getHostId() , deptId == null ? null : String.valueOf(deptId) , userId == null ? getUserId() : userId , deptId == null ? (userId == null? getDeptId().toString(): null) : String.valueOf(deptId) , userId , Cools.isEmpty(followerName) ? null : ids , conditionName , condition)