Commit 6c16795a by 徐高华

导购任务

parent 26c0a3e9
...@@ -1455,6 +1455,8 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -1455,6 +1455,8 @@ public class StaffApiServiceImpl implements StaffApiService {
List<String> wxEnterpriseIdList = list.stream().map(o->o.getWxEnterpriseId()).collect(Collectors.toList()); List<String> wxEnterpriseIdList = list.stream().map(o->o.getWxEnterpriseId()).collect(Collectors.toList());
if(StringUtils.isNotBlank(params)) { if(StringUtils.isNotBlank(params)) {
params = "%"+params+"%" ; params = "%"+params+"%" ;
}else {
params = null ;
} }
PageHelper.startPage(pageInfo.getPageNum(), pageInfo.getPageSize()); PageHelper.startPage(pageInfo.getPageNum(), pageInfo.getPageSize());
List<StaffDTO> pageList = this.staffMapper.listByParams(wxEnterpriseIdList , params) ; List<StaffDTO> pageList = this.staffMapper.listByParams(wxEnterpriseIdList , params) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment