|
@@ -97,10 +97,10 @@ public class PmsProductServiceImpl implements PmsProductService {
|
|
|
relateAndInsertList(skuStockDao, productParam.getSkuStockList(), productId);
|
|
|
|
|
|
relateAndInsertList(productAttributeValueDao, productParam.getProductAttributeValueList(), productId);
|
|
|
-
|
|
|
- subjectService.relateAndInsertList(productParam.getSubjectProductRelationList(), productId);
|
|
|
-
|
|
|
- prefrenceAreaService.relateAndInsertList(productParam.getPrefrenceAreaProductRelationList(), productId);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
count = 1;
|
|
|
return count;
|
|
|
}
|