Explorar el Código

上传对公凭证去除对私账户限制

DuGuYang hace 1 año
padre
commit
26d218c1cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Util/HaoDa/AddNewMerchantSetUtil.cs

+ 1 - 1
Util/HaoDa/AddNewMerchantSetUtil.cs

@@ -144,7 +144,7 @@ namespace MySystem
             }
 
             //开户许可证(对公凭证)
-            if (!string.IsNullOrEmpty(AddInfo.OpenAccountLicenses) && AddInfo.AccountType == "0")
+            if (!string.IsNullOrEmpty(AddInfo.OpenAccountLicenses))
             {
                 var tokenInfo = JsonMapper.ToObject(HaoDaHelper.Instance.GetToken(AddInfo.OpenAccountLicenses.Substring(AddInfo.OpenAccountLicenses.LastIndexOf("/")).Trim('/'), "0"));
                 if (tokenInfo["code"].ToString() == "1")