Browse Source

删除代码

lcl 1 year ago
parent
commit
30caf2720d
1 changed files with 0 additions and 19 deletions
  1. 0 19
      AppStart/Helper/Profit/ProfitHelper.cs

+ 0 - 19
AppStart/Helper/Profit/ProfitHelper.cs

@@ -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);