极狐测试显示时间
This commit is contained in:
@@ -651,7 +651,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
||||
|
||||
var account_type = (int)order.OrderType;
|
||||
var end_time = DateTime.Now.AddDays(order.DayCount);
|
||||
if (order.PackageName == "测试卡" || order.PackageName == "测试卡(高级)" || order.PackageName == "测试卡(普通)") {
|
||||
if (order.PackageName == "测试卡" || order.PackageName == "测试卡(高级)" || order.PackageName == "测试卡(普通)" || order.PackageName == "测试卡(尊享)") {
|
||||
end_time = DateTime.Now.AddHours(order.DayCount);
|
||||
userEntity.ProductAccountCount = 1;
|
||||
account_type = 200;
|
||||
|
||||
Reference in New Issue
Block a user