|
|
@@ -710,6 +710,7 @@ public class ProductLaunchServiceImpl extends ServiceImpl<ProductLaunchMapper, P
|
|
|
List<PjGoodsDesc> pjGoodsDescsList = goodsDescMapper.selectList(new LambdaQueryWrapper<PjGoodsDesc>()
|
|
|
.eq(PjGoodsDesc::getIsDeleted, 0)
|
|
|
.eq(PjGoodsDesc::getEnableOrNot, 1)
|
|
|
+ .eq(PjGoodsDesc::getTenantId, AuthUtil.getTenantId())
|
|
|
.in(PjGoodsDesc::getCname, goodsNames));
|
|
|
List<PjGoodsFiles> pjGoodsFilesList = new ArrayList<>();
|
|
|
List<PjStockDesc> pjStockDescList = new ArrayList<>();
|