|
@@ -72,6 +72,10 @@ public class ExtQuotationProductServiceImpl extends ServiceImpl<ExtQuotationProd
|
|
|
|
|
|
wrapper.keyword(dto.getKeyword(), new SqlField("eq.code"));
|
|
wrapper.keyword(dto.getKeyword(), new SqlField("eq.code"));
|
|
|
|
|
|
|
|
+ //权限过滤:待建产品
|
|
|
|
+ wrapper.in("eq.company_id", SecurityUtils.getCompanyIds());
|
|
|
|
+ wrapper.eq("eq.company_id", dto.getCompanyId());
|
|
|
|
+
|
|
Page<ExtQuotationProductVo> page = baseMapper.waitCreateProductPage(dto.getPage(), wrapper);
|
|
Page<ExtQuotationProductVo> page = baseMapper.waitCreateProductPage(dto.getPage(), wrapper);
|
|
List<ExtQuotationProductVo> records = page.getRecords();
|
|
List<ExtQuotationProductVo> records = page.getRecords();
|
|
if (ObjectUtil.isEmpty(records)) {
|
|
if (ObjectUtil.isEmpty(records)) {
|