|
|
@@ -334,6 +334,11 @@ public class ProductServiceImpl implements ProductService {
|
|
|
return productDao.findByEnUUAndCmpCodeAndBrand(enUU,cmpCode,brand);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public List<Product> findByEnUUAndPCmpCodeAndPBrandEn(Long enUU, String pCmpCode, String pBrandEn) {
|
|
|
+ return productDao.findByEnUUAndPCmpCodeAndPBrandEn(enUU,pCmpCode,pBrandEn);
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 物料下载成功,更新下载状态
|
|
|
*
|