Sfoglia il codice sorgente

吱客宝绑定入库逻辑问题修复

lcl 1 anno fa
parent
commit
9d0827e971
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpBindZkbService.cs

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

@@ -63,7 +63,7 @@ namespace MySystem
                             }
 
                             PxcModels.PosMerchantInfo merchant = db.PosMerchantInfo.FirstOrDefault(m => m.KqSnNo == Bind.MerSnNo);
-                            if (pos == null)
+                            if (merchant == null)
                             {
                                 merchant = db.PosMerchantInfo.Add(new PxcModels.PosMerchantInfo()
                                 {