|
@@ -147,7 +147,7 @@ namespace MySystem
|
|
|
merchant.TotalActActual += ActualAmount;
|
|
|
if(merchant.ActivationStatus == 0 && merchant.TotalActAmount >= 10000M)
|
|
|
{
|
|
|
- RedisDbconn.Instance.AddList("ActProfitQueue", MerchantId.ToString());
|
|
|
+ // RedisDbconn.Instance.AddList("ActProfitQueue", MerchantId.ToString());
|
|
|
merchant.ActivationStatus = 1;
|
|
|
merchant.ActivationDate = DateTime.Now;
|
|
|
}
|