|
@@ -95,25 +95,6 @@ namespace MySystem
|
|
|
if (DiviMoney > 0)
|
|
|
{
|
|
|
DiviMoney = DiviMoney / DiviPersons;
|
|
|
- //付款人获取退款返现
|
|
|
- // decimal GetMoney = order.MaxDivi - order.CurDivi;
|
|
|
- // if (GetMoney >= DiviMoney)
|
|
|
- // {
|
|
|
- // GetMoney = DiviMoney;
|
|
|
- // }
|
|
|
- // if (GetMoney > minProfit)
|
|
|
- // {
|
|
|
- // order.CurDivi += GetMoney;
|
|
|
- // ConsumerProfit cprofit = db.ConsumerProfit.Add(new ConsumerProfit()
|
|
|
- // {
|
|
|
- // CreateDate = DateTime.Now,
|
|
|
- // ConsumerId = order.ConsumerId,
|
|
|
- // MerchantId = order.MerchantId,
|
|
|
- // OrderId = OrderId,
|
|
|
- // GetMoney = GetMoney,
|
|
|
- // }).Entity;
|
|
|
- // db.SaveChanges();
|
|
|
- // }
|
|
|
List<int> deletes = new List<int>();
|
|
|
long CurDiviPersons = DiviPersons;
|
|
|
long QueueCount = RedisDbconn.Instance.Count("ConsumerOrders:Divi:" + MerchantId);
|