|
@@ -105,6 +105,7 @@ public class PackageChangeService {
|
|
|
goods.setMerchantId(merchantId);
|
|
|
goods.setPkgId(pkgId);
|
|
|
goods.setType(product.getType());
|
|
|
+ goods.setStatus(BaseStatusEnum.NORMAL);
|
|
|
merchantGoodsList.add(goods);
|
|
|
}else {
|
|
|
goods.setCpPrice(productDTO.getCpPrice());
|
|
@@ -164,6 +165,7 @@ public class PackageChangeService {
|
|
|
goods.setPkgId(pkgId);
|
|
|
goods.setType(product.getType());
|
|
|
goods.setSort(sort);
|
|
|
+ goods.setStatus(BaseStatusEnum.NORMAL);
|
|
|
|
|
|
goodsList.add(goods);
|
|
|
sort ++;
|