@@ -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()