Browse Source

后台调拨,入库仓库增加减掉额度

lichunlei 3 years ago
parent
commit
e5ff667ae1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AppStart/ExcelHelper.cs

+ 1 - 0
AppStart/ExcelHelper.cs

@@ -497,6 +497,7 @@ namespace MySystem
                                         store.LaveNum += OpStoreNum;
                                         db.SaveChanges();
                                         string SendData = "{\"Kind\":\"5\",\"Data\":{\"StoreId\":\"" + StoreId + "\",\"BrandId\":\"" + BrandId + "\",\"OpStoreNum\":\"-" + OpStoreNum + "\"}}";
+                                        RedisDbconn.Instance.AddList("StoreApplyQueue", SendData);
                                         RedisDbconn.Instance.Clear("StoreHouse:" + StoreId);
                                         RedisDbconn.Instance.Clear("StoreHouseList:" + store.UserId);
                                     }