修改业务以及极客

This commit is contained in:
“wanyongkang”
2024-05-24 17:14:53 +08:00
parent a014f8ba88
commit 0ab09911f4
6 changed files with 21 additions and 10 deletions

View File

@@ -246,6 +246,11 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
{
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "产品不存在或者下架");
}
if (packageEntity.ProductId == 13)
{
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "因极客和西瓜产品完全一样为方便管理只保留西瓜IP如需使用极客IP可直接购买西瓜IP。");
}
// if (productEntity.Status == 0)
// {
// return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "产品不存在或者下架");