소스 검색

分润分新政

lcl 1 개월 전
부모
커밋
27cc0067c5
4개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      Util/HaoDa/ProfitAfterHelper.cs
  2. 2 1
      Util/HaoDa/ProfitAfterNewHelper.cs
  3. 1 1
      Util/HaoDa/ProfitBeforeHelper.cs
  4. 2 1
      Util/HaoDa/ProfitBeforeNewHelper.cs

+ 1 - 1
Util/HaoDa/ProfitAfterHelper.cs

@@ -122,7 +122,7 @@ namespace MySystem
                     foreach (ProfitResult sub in list)
                     {
                         int ProfitType = sub.UserId == UserId ? 0 : 1;
-                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
+                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.Version == 0 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
                         if (editprofitrecord == null)
                         {
                             editprofitrecord = dbnew.ProfitRewardRecord.Add(new ProfitRewardRecord()

+ 2 - 1
Util/HaoDa/ProfitAfterNewHelper.cs

@@ -122,7 +122,7 @@ namespace MySystem
                     foreach (ProfitResult sub in list)
                     {
                         int ProfitType = sub.UserId == UserId ? 0 : 1;
-                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
+                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.Version == 1 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
                         if (editprofitrecord == null)
                         {
                             editprofitrecord = dbnew.ProfitRewardRecord.Add(new ProfitRewardRecord()
@@ -130,6 +130,7 @@ namespace MySystem
                                 CreateDate = DateTime.Now,
                                 UserId = sub.UserId, //创客
                                 BrandId = 1, //品牌
+                                Version = 1, //新政
                                 ProfitType = ProfitType, //创客分润类型
                                 TradeMonth = TradeMonth, //交易月
                                 TopUserId = TopUserId, //顶级创客

+ 1 - 1
Util/HaoDa/ProfitBeforeHelper.cs

@@ -122,7 +122,7 @@ namespace MySystem
                     foreach (ProfitResult sub in list)
                     {
                         int ProfitType = sub.UserId == UserId ? 0 : 1;
-                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
+                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.Version == 0 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
                         if (editprofitrecord == null)
                         {
                             editprofitrecord = dbnew.ProfitRewardRecord.Add(new ProfitRewardRecord()

+ 2 - 1
Util/HaoDa/ProfitBeforeNewHelper.cs

@@ -122,7 +122,7 @@ namespace MySystem
                     foreach (ProfitResult sub in list)
                     {
                         int ProfitType = sub.UserId == UserId ? 0 : 1;
-                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
+                        ProfitRewardRecord editprofitrecord = dbnew.ProfitRewardRecord.FirstOrDefault(m => m.UserId == sub.UserId && m.BrandId == 1 && m.Version == 1 && m.ProfitType == ProfitType && m.TradeMonth == TradeMonth && m.Sort == Sort);
                         if (editprofitrecord == null)
                         {
                             editprofitrecord = dbnew.ProfitRewardRecord.Add(new ProfitRewardRecord()
@@ -130,6 +130,7 @@ namespace MySystem
                                 CreateDate = DateTime.Now,
                                 UserId = sub.UserId, //创客
                                 BrandId = 1, //品牌
+                                Version = 1, //新政
                                 ProfitType = ProfitType, //创客分润类型
                                 TradeMonth = TradeMonth, //交易月
                                 TopUserId = TopUserId, //顶级创客