|
|
@@ -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);
|
|
|
}
|