Explorar el Código

取消盒易付设置商户信息延时

lichunlei hace 3 años
padre
commit
f855c23ce0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      AppStart/Helper/SycnSpServer/SycnSpMerchantService.cs

+ 0 - 1
AppStart/Helper/SycnSpServer/SycnSpMerchantService.cs

@@ -49,7 +49,6 @@ namespace MySystem
                                 int BrandId = pos.BrandId;
                                 if (BrandId == 12)
                                 {
-                                    Thread.Sleep(2000);
                                     MerchantRecord merinfo = spdb.MerchantRecord.FirstOrDefault(m => m.MerNo == Mer.MerNo);
                                     if(merinfo != null)
                                     {