DuGuYang 1 year ago
parent
commit
b819892503
1 changed files with 2 additions and 0 deletions
  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);