|
|
@@ -1130,6 +1130,11 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
product.setCmpUuid(releaseProductByBatch.getComponentUuId());
|
|
|
product.setKind(releaseProductByBatch.getKindName());
|
|
|
product.setKindId(releaseProductByBatch.getKindUuid());
|
|
|
+ product.setpCmpCode(releaseProductByBatch.getB2cCode());
|
|
|
+ product.setpBrand(releaseProductByBatch.getB2cBrandcn());
|
|
|
+ product.setpBrandEn(releaseProductByBatch.getB2cBranden());
|
|
|
+ product.setpBrandId(releaseProductByBatch.getBrandId());
|
|
|
+ product.setpBrandUuid(releaseProductByBatch.getBranduuid());
|
|
|
product.setStandard(releaseProductByBatch.getComponentUuId() == null ? (short)0 : (short)1);
|
|
|
product.setCmpUuid(releaseProductByBatch.getComponentUuId());
|
|
|
if (isAPerson) {
|