Browse Source

Merge remote-tracking branch 'origin/release-201831-wangcz' into release-201831-wangcz

hejq 7 years ago
parent
commit
c127138225

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/commodity/service/impl/ReleaseProductByBatchServiceImpl.java

@@ -2089,7 +2089,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
 		}
 		//保存新生成的物料私有字段
 		if (CollectionUtils.isNotEmpty(productPrivates)) {
-			commonDao.save(productPrivates, ProductPrivate.class);
+			//commonDao.save(productPrivates, ProductPrivate.class);
 			productPrivateService.saveProductPrivates(productPrivates);
 		}
 		//将本次临时表中的数据更新到物料表中