Browse Source

好哒奖励调整

lcl 6 months ago
parent
commit
4dcebfc9b8
1 changed files with 14 additions and 0 deletions
  1. 14 0
      AppStart/Helper/SycnSpServer/SycnSpActiveService.cs

+ 14 - 0
AppStart/Helper/SycnSpServer/SycnSpActiveService.cs

@@ -159,6 +159,20 @@ namespace MySystem
                                                 Prize = 200;
                                             }
                                         }
+                                        else if(Deposit == 299)
+                                        {
+                                            if(SubjectType == "000001" || string.IsNullOrEmpty(SubjectType))
+                                            {
+                                                Prize = 0;
+                                            }
+                                            else
+                                            {
+                                                if(pos.BrandId == 29)
+                                                {
+                                                    Prize = 100;
+                                                }
+                                            }
+                                        }
                                         else if(Deposit == 399)
                                         {
                                             if(SubjectType == "000001" || string.IsNullOrEmpty(SubjectType))