Browse Source

设置状态

lcl 5 months ago
parent
commit
cb09382f21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 1
AppStart/GetHaoDaFTPInfoService.cs

@@ -327,7 +327,7 @@ namespace MySystem
                         if(edit != null)
                         if(edit != null)
                         {
                         {
                             edit.Status = 1;
                             edit.Status = 1;
-                            db.SaveChanges();
+                            mpdb2.SaveChanges();
                         }
                         }
                     }
                     }
                 }
                 }