|
|
@@ -148,10 +148,10 @@ public class BaseInfoController {
|
|
|
pageParams.setKeywordSearchColumns(keywordSearchColumns);
|
|
|
pageParams.getFilters().put("pr_enuu", SystemSession.getUser().getEnterprise().getUu());
|
|
|
pageParams.getFilters().put("pr_issale", Constant.YES);
|
|
|
- pageParams.getFilters().put("pr_standard", Constant.NO);
|
|
|
|
|
|
HashMap<String, Object> map = new HashMap<>();
|
|
|
map.put("pr_b2benabled", Constant.YES);
|
|
|
+ map.put("pr_standard", Constant.YES);
|
|
|
pageParams.setNotEqualFilters(map);
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
@@ -194,8 +194,7 @@ public class BaseInfoController {
|
|
|
logger.log("查看产品", SystemSession.getUser().getUserName() + "查看了产品信息(非标准)");
|
|
|
PageInfo pageInfo = new PageInfo(params);
|
|
|
pageInfo.filter("isSale", Constant.YES);
|
|
|
- pageInfo.filter("standard", Constant.NO);
|
|
|
- return productService.findB2bEnabledProductInfoByPageInfo(pageInfo, keyword);
|
|
|
+ return productService.findNotStandardB2bEnabledProductInfoByPageInfo(pageInfo, keyword);
|
|
|
}
|
|
|
|
|
|
/**
|