Ver código fonte

解绑删除绑定状态和时间

lcl 2 anos atrás
pai
commit
67ad3baab8
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      AppStart/Helper/SycnSpServer/SycnSpBindService.cs

+ 2 - 0
AppStart/Helper/SycnSpServer/SycnSpBindService.cs

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