|
@@ -507,15 +507,13 @@ public class WebsitPartsRetLogic {
|
|
|
List<String> companyWechatIds = adminUser.getCompanyWechatIds();
|
|
|
|
|
|
//1.组装查询条件
|
|
|
- ZfireParamBean zfireParam = FieldUtils.supplyParam(zfireParamBean, WebsitPartsFactoryRetVO.class);
|
|
|
+ ZfireParamBean zfireParam = FieldUtils.supplyParam(zfireParamBean, WebsitPartsFactoryRetVO.class,adminUser);
|
|
|
|
|
|
- // 网点权限
|
|
|
- String websitId = adminUser.getType() == 0 ? adminUser.getAdminWebsitIds().get(0) : null;
|
|
|
|
|
|
IPage<WebsitPartsFactoryRetVO> websitPartsRetVOIPage = websitSalesRetCMapper.pagePartsFactoryRetV2(new Page(zfireParamBean.getPageNum(),
|
|
|
zfireParamBean.getPageSize()),
|
|
|
zfireParam
|
|
|
- , companyWechatIds, websitId);
|
|
|
+ , companyWechatIds);
|
|
|
|
|
|
return websitPartsRetVOIPage;
|
|
|
}
|