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