Selaa lähdekoodia

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

lichunlei 3 vuotta sitten
vanhempi
commit
e5ff667ae1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      AppStart/ExcelHelper.cs

+ 1 - 0
AppStart/ExcelHelper.cs

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