DuGuYang hace 1 año
padre
commit
b819892503
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Areas/Api/Controllers/Main/MerchantQrCodeController.cs

+ 2 - 0
Areas/Api/Controllers/Main/MerchantQrCodeController.cs

@@ -219,10 +219,12 @@ namespace MySystem.Areas.Api.Controllers.v1
                 }
                 // }
             }
+            //码牌
             if (SnNo == MachineNo || string.IsNullOrEmpty(MachineNo))
             {
                 PublicFunction.BindUserMachineData(maindb, merchant.UserId, 0, 1, SnNo);
             }
+            //音响
             else
             {
                 PublicFunction.BindUserMachineData(maindb, merchant.UserId, 1, 1, SnNo);