소스 검색

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

DuGuYang 1 년 전
부모
커밋
26d218c1cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")