|
|
@@ -51,12 +51,12 @@ public class VendorIntroductionServiceImpl implements VendorIntroductionService
|
|
|
/**
|
|
|
* 型号
|
|
|
*/
|
|
|
- private static final String PCMPCODE_EQUAL = "pCmpCode";
|
|
|
+ private static final String PCMPCODE_EQUAL = "code";
|
|
|
|
|
|
/**
|
|
|
* 品牌
|
|
|
*/
|
|
|
- private static final String PBRANDEN_EQUAL = "pBrandEn";
|
|
|
+ private static final String PBRANDEN_EQUAL = "brand";
|
|
|
|
|
|
/**
|
|
|
* 根据关键词(非必填)精确匹配来获取供应商资源列表
|