Browse Source

Merge branch 'feature-dgy-BUG修复' into feature-dgy-后台测试

DuGuYang 3 years ago
parent
commit
40dad0ae2c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Areas/Admin/Controllers/MainServer/SysToolsController.cs

+ 5 - 0
Areas/Admin/Controllers/MainServer/SysToolsController.cs

@@ -1533,6 +1533,11 @@ namespace MySystem.Areas.Admin.Controllers
 
 
                 }));
                 }));
             }
             }
+            if (BackStore.UserId != OutStore.UserId)
+            {
+                RedisDbconn.Instance.AddList("ResetStoreReserveQueue", BackStore.UserId);
+                RedisDbconn.Instance.AddList("ResetStoreReserveQueue", OutStore.UserId);
+            }
             return "success";
             return "success";
         }
         }
         #endregion
         #endregion