|
|
@ -214,7 +214,7 @@ namespace BBWY.Server.Business |
|
|
|
var exceptSkuIdList = skuIdList.Except(targetSkuIdList); |
|
|
|
// throw new BusinessException($"{searchProductSkuRequest.CheckStep}-sku条件数量和查询结果数量不一致\r\n{string.Join(",", exceptSkuIdList)}");
|
|
|
|
//throw new BusinessException($"{JsonConvert.SerializeObject(skuIdList)} 以上SKU可能已下架,请修改任务将该SKU移除奶妈列表");
|
|
|
|
throw new BusinessException($"以上{searchProductSkuRequest.CheckStep}状态异常,可能被系统自动下架,请检查任务的精简标题是否正确\r\n{string.Join(",", exceptSkuIdList)}"); |
|
|
|
throw new BusinessException($"以下{searchProductSkuRequest.CheckStep}状态异常,请检测是否已下架\r\n{string.Join(",", exceptSkuIdList)}"); |
|
|
|
} |
|
|
|
return skuList; |
|
|
|
|
|
|
|