Kaynağa Gözat

机具入库不保存redis

lcl 2 yıl önce
ebeveyn
işleme
b9d335342c
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 3
      AppStart/ExcelHelper.cs

+ 0 - 3
AppStart/ExcelHelper.cs

@@ -162,11 +162,8 @@ namespace MySystem
                                                     SnNo = SnNo,
                                                     SnId = pos.Id
                                                 }).Entity;
-                                                RedisDbconn.Instance.Set("MachineForSnNo:" + SnNo, machinefor);
                                                 db.SaveChanges();
 
-                                                RedisDbconn.Instance.AddList("PosMachineList:" + storefor.StoreId, pos);
-
                                                 if (!storeData.ContainsKey(storefor.StoreId + "_" + BrandId))
                                                 {
                                                     storeData.Add(storefor.StoreId + "_" + BrandId, 1);