@@ -101,6 +101,8 @@ namespace MySystem
if(merchant != null)
{
pos.BindMerchantId = 0;
+ pos.BindingState = 0;
+ pos.BindingTime = null;
db.PosMerchantInfo.Remove(merchant);
db.SaveChanges();
}