Browse Source

商户号字段接收调整,有就不接收,没有就接收
营业执照字段备注调整

DuGuYang 1 năm trước cách đây
mục cha
commit
65daba6eb5
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Areas/Api/Controllers/Main/MerchantAddInfoController.cs

+ 3 - 3
Areas/Api/Controllers/Main/MerchantAddInfoController.cs

@@ -204,6 +204,7 @@ namespace MySystem.Areas.Api.Controllers.v1
                 {
                     Dictionary<string, object> Fiel = new Dictionary<string, object>();
                     Fiel.Add("CertMerchantName", CertMerchantName);
+                    Fields.Add("MchtNo", MchtNo); // 收款商户号
                     MerchantAddInfoId = (int)MerchantAddInfoService.Add(Fiel, false).Data;
 
                     Fiel = new Dictionary<string, object>();
@@ -250,7 +251,6 @@ namespace MySystem.Areas.Api.Controllers.v1
             Fields.Add("QualificationType", SalesScenesType); //- 所属行业
             Fields.Add("SalesScenesType", SalesScenesTypeName); //- 所属行业
             Fields.Add("BusinessId", SalesScenesType); //- 所属行业Id
-            Fields.Add("MchtNo", MchtNo); // 收款商户号
             Fields.Add("BizStoreName", BizStoreName); //- 门店名称
             Fields.Add("BizAddressCode", BizAddressCode); //- 门店区域
             Fields.Add("AreaNo", HaoDaAreaCodeService.Query("CityName like '%" + BizAddressCode + "%'").CityCode); //- 经营地区区域码
@@ -261,8 +261,8 @@ namespace MySystem.Areas.Api.Controllers.v1
             Fields.Add("IdCardNumber", IdCardNumber); //- 身份证号码
             Fields.Add("CardPeriodBegin", DateTime.Parse(CardPeriodBegin)); //- 身份证有效期开始
             Fields.Add("CardPeriodEnd", DateTime.Parse(CardPeriodEnd)); //- 身份证有效期结束
-            Fields.Add("PeriodBegin", DateTime.Parse(PeriodBegin)); //- 身份证有效期开始
-            Fields.Add("PeriodEnd", DateTime.Parse(PeriodEnd)); //- 身份证有效期结束
+            Fields.Add("PeriodBegin", DateTime.Parse(PeriodBegin)); //- 营业执照有效期开始
+            Fields.Add("PeriodEnd", DateTime.Parse(PeriodEnd)); //- 营业执照有效期结束
             Fields.Add("IdCardAddress", IdCardAddress); //身份证居住地址            
             Fields.Add("MobilePhone", MobilePhone); //- 手机号码
             Fields.Add("AccountName", AccountName); //- 开户名称