浏览代码

去掉绑定推送

lcl 1 月之前
父节点
当前提交
655018fb5d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Areas/Api/Controllers/v1/MainServer/MerchantQrCodeController.cs

+ 2 - 2
Areas/Api/Controllers/v1/MainServer/MerchantQrCodeController.cs

@@ -189,7 +189,7 @@ namespace MySystem.Areas.Api.Controllers.v1
                 fields.Add("OpId", 1);
                 fields.Add("OpId", 1);
                 new PosMachinesTwoService().Edit(fields, pos.Id);
                 new PosMachinesTwoService().Edit(fields, pos.Id);
                 //推送绑定数据到java
                 //推送绑定数据到java
-                PosPushDataNewHelper.Bind(addMer, pos);
+                // PosPushDataNewHelper.Bind(addMer, pos);
             }
             }
             else if (SnNo != MachineNo && !string.IsNullOrEmpty(MachineNo))
             else if (SnNo != MachineNo && !string.IsNullOrEmpty(MachineNo))
             {
             {
@@ -198,7 +198,7 @@ namespace MySystem.Areas.Api.Controllers.v1
                 fields.Add("DeviceKind", "1");
                 fields.Add("DeviceKind", "1");
                 new PosMachinesService().Edit(fields, machines.Id);
                 new PosMachinesService().Edit(fields, machines.Id);
                 //推送绑定数据到java
                 //推送绑定数据到java
-                PosPushDataNewHelper.Bind(addMer, pos);
+                // PosPushDataNewHelper.Bind(addMer, pos);
             }
             }
             if (SnNo == MachineNo || string.IsNullOrEmpty(MachineNo))
             if (SnNo == MachineNo || string.IsNullOrEmpty(MachineNo))
             {
             {