Browse Source

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

DuGuYang 1 year ago
parent
commit
26d218c1cf
1 changed files with 1 additions and 1 deletions
  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")