Browse Source

解绑判断加上金控新通道乐刷

lcl 8 tháng trước cách đây
mục cha
commit
e4b1b37efc
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. BIN
      .DS_Store
  2. 1 1
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

BIN
.DS_Store


+ 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" || Bind.ProductType == "23"))
+                            if(Bind.Field1 == "解绑" && (Bind.ProductType == "1" || Bind.ProductType == "23" || Bind.ProductType == "27"))
                             {
                                 // 删除对应商户,激活机具除外
                                 PxcModels.PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.PosSn == Bind.MerSnNo) ?? new PxcModels.PosMachinesTwo();