|
@@ -39,7 +39,7 @@ public class WebsitPartsConfigLogic {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
FieldUtils.materialParam(zfireParamBean, WebsitPartsConfigVO.class, adminUser);
|
|
|
IPage<WebsitPartsConfigVO> page = materialMapper.websitPartsConfigPage(new Page(zfireParamBean.getPageNum(), zfireParamBean.getPageSize()), zfireParamBean);
|
|
|
- if (CollectionUtil.isEmpty(page.getRecords()) && adminUser.getType() == 0) {
|
|
|
+ if (CollectionUtil.isEmpty(page.getRecords()) && adminUser.getType() != 2) {
|
|
|
page.setRecords(new ArrayList<>());
|
|
|
WebsitPartsRefundConfig refundConfig = websitPartsRefundConfigService.lambdaQuery()
|
|
|
.eq(WebsitPartsRefundConfig::getCompanyWechatId, adminUser.getCompanyWechatId())
|