修改业务以及极客
This commit is contained in:
@@ -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, "产品不存在或者下架");
|
||||
|
||||
Reference in New Issue
Block a user