Browse Source

绑定队列解绑判断增加wifi品牌

lcl 1 năm trước cách đây
mục cha
commit
316f4aa707
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

+ 1 - 1
AppStart/Helper/SycnSpServer/SycnSpBindService.cs

@@ -40,7 +40,7 @@ namespace MySystem
                         var tran = db.Database.BeginTransaction();
                         try
                         {
-                            if(Bind.Field1 == "解绑" && Bind.ProductType == "1")
+                            if(Bind.Field1 == "解绑" && (Bind.ProductType == "1" || Bind.ProductType == "23"))
                             {
                                 // 删除对应商户,激活机具除外
                                 PxcModels.PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.PosSn == Bind.MerSnNo) ?? new PxcModels.PosMachinesTwo();