Browse Source

金控解绑要标记sp

lichunlei 2 years ago
parent
commit
a5e5598e79

+ 6 - 0
AppStart/Helper/SycnSpServer/SycnSpBindService.cs

@@ -87,6 +87,12 @@ namespace MySystem
                                 //         spdb.SaveChanges();
                                 //         spdb.SaveChanges();
                                 //     }
                                 //     }
                                 // }
                                 // }
+                                BindRecord edit = spdb.BindRecord.FirstOrDefault(m => m.Id == Bind.Id);
+                                if (edit != null)
+                                {
+                                    edit.Status = 2;
+                                    spdb.SaveChanges();
+                                }
                             }
                             }
                             else
                             else
                             {
                             {

+ 1 - 0
Controllers/HomeController.cs

@@ -799,6 +799,7 @@ namespace MySystem.Controllers
             return result;
             return result;
         }
         }
 
 
+        // 翻倍奖888
         public string prize888v2()
         public string prize888v2()
         {
         {
             WebCMSEntities maindb = new WebCMSEntities();
             WebCMSEntities maindb = new WebCMSEntities();