@@ -54,7 +54,7 @@ namespace MySystem
if (order != null)
{
decimal TotalPrice = order.TotalPrice;
- if (order.UserId == 1)
+ if (RedisDbconn.Instance.GetList<int>("MallPrizeToOne").Contains(order.UserId))
TotalPrice = 0.01M;
}