This commit is contained in:
“wanyongkang”
2024-06-25 17:11:13 +08:00
parent 6f976cb9ff
commit 24a6348d98
4 changed files with 148 additions and 17 deletions

View File

@@ -255,7 +255,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
if (packageEntity.ProductId == 17)
{
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "本产品升级更新中暂无法开通请先开通其他产品使用。更新后产品为极狐IP280个城市网速超快且有赠送活动计划于6月21日晚上线");
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "本产品升级更新中暂无法开通请先开通其他产品使用。更新后产品为极狐IP280个城市网速超快且有赠送活动计划于6月23日晚上线");
}
// if (productEntity.Status == 0)
// {