|
@@ -55,6 +55,7 @@ import com.fs.store.vo.FSUserVO;
|
|
import com.fs.store.vo.FsCompanyUserListQueryVO;
|
|
import com.fs.store.vo.FsCompanyUserListQueryVO;
|
|
import com.fs.store.vo.FsUserTuiVO;
|
|
import com.fs.store.vo.FsUserTuiVO;
|
|
import com.fs.store.vo.h5.*;
|
|
import com.fs.store.vo.h5.*;
|
|
|
|
+import com.github.pagehelper.PageHelper;
|
|
import com.github.pagehelper.PageInfo;
|
|
import com.github.pagehelper.PageInfo;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
@@ -474,6 +475,9 @@ public class FsUserServiceImpl implements IFsUserService
|
|
param.setUserId(0L);
|
|
param.setUserId(0L);
|
|
param.setCompanyId(companyUser.getCompanyId());
|
|
param.setCompanyId(companyUser.getCompanyId());
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ PageHelper.startPage(param.getPageNum(), param.getPageSize());
|
|
|
|
+
|
|
List<FsUserPageListVO> fsUserPageListVOS = fsUserMapper.selectFsUserPageList(param);
|
|
List<FsUserPageListVO> fsUserPageListVOS = fsUserMapper.selectFsUserPageList(param);
|
|
|
|
|
|
// 获取当前销售所有重粉会员
|
|
// 获取当前销售所有重粉会员
|