DuGuYang 1 år sedan
förälder
incheckning
990e65704c

+ 1 - 0
Entity/HaoDa/AddNewMerchant.cs

@@ -9,6 +9,7 @@ namespace MySystem
     public class AddNewMerchant
     {
         public string brh { get; set; }//机构号
+        public string mchtNo { get; set; }//收款商户号
         public string accountNo { get; set; }//银行卡号
         public string accountName { get; set; }//开户名(账户名称)
         public string accountType { get; set; }//账户类型 1 对私 0 对公

+ 3 - 0
Models/Main/MerchantAddInfo.cs

@@ -122,5 +122,8 @@ namespace MySystem.Models.Main
         public string RentAgreement { get; set; }
         public string OpenAccountLicenses { get; set; }
         public string ChannelKind { get; set; }
+        public string TakeCreditCard { get; set; }
+        public string BankCard { get; set; }
+        public string PersonWithIdCard { get; set; }
     }
 }

+ 1 - 0
Models/Main/MerchantInfo.cs

@@ -41,5 +41,6 @@ namespace MySystem.Models.Main
         public decimal TotalActActual { get; set; }
         public decimal TotalActAmount { get; set; }
         public int ActStat { get; set; }
+        public DateTime? SignDate { get; set; }
     }
 }

+ 98 - 0
Models/Main/UsersTmp.cs

@@ -0,0 +1,98 @@
+using System;
+using System.Collections.Generic;
+
+namespace MySystem.Models.Main
+{
+    public partial class UsersTmp
+    {
+        public int Id { get; set; }
+        public int Sort { get; set; }
+        public int QueryCount { get; set; }
+        public int Status { get; set; }
+        public int Version { get; set; }
+        public DateTime? CreateDate { get; set; }
+        public DateTime? UpdateDate { get; set; }
+        public string CreateMan { get; set; }
+        public string UpdateMan { get; set; }
+        public string SeoTitle { get; set; }
+        public string SeoKeyword { get; set; }
+        public string SeoDescription { get; set; }
+        public string AgentAreas { get; set; }
+        public int AgentLevel { get; set; }
+        public string SettleBankCardName { get; set; }
+        public DateTime? CertValidEndDate { get; set; }
+        public DateTime? CertValidStartDate { get; set; }
+        public DateTime? CitySetDate { get; set; }
+        public decimal ProfitRewardRate { get; set; }
+        public decimal ActiveRewardAmount { get; set; }
+        public decimal CashFreezeAmt { get; set; }
+        public decimal SettleAmount { get; set; }
+        public string MakerCode { get; set; }
+        public string HandPwd { get; set; }
+        public string Remark { get; set; }
+        public string BankCardPositiveImage { get; set; }
+        public string HandCertImage { get; set; }
+        public string CertReverseImage { get; set; }
+        public string CertFrontImage { get; set; }
+        public string DeviceToken { get; set; }
+        public string DeviceId { get; set; }
+        public DateTime? ExpiredDate { get; set; }
+        public string AccessToken { get; set; }
+        public string SettleRemark { get; set; }
+        public string RreezeRemark { get; set; }
+        public string RiskRemark { get; set; }
+        public ulong RiskFlag { get; set; }
+        public DateTime? AuthDate { get; set; }
+        public ulong AuthFlag { get; set; }
+        public ulong LockStatus { get; set; }
+        public int AuditStatus { get; set; }
+        public int LoginStatus { get; set; }
+        public DateTime? MerchantDate { get; set; }
+        public int MerchantType { get; set; }
+        public int UserProperty { get; set; }
+        public int UserType { get; set; }
+        public string SignImgUrl { get; set; }
+        public string ReferenceQrCode { get; set; }
+        public string CardRecCode { get; set; }
+        public int ReferralUserId { get; set; }
+        public string ReferenceCode { get; set; }
+        public string SettleBankName { get; set; }
+        public string SettleBankCardNo { get; set; }
+        public string IdCardEndNo { get; set; }
+        public ulong IsNewUser { get; set; }
+        public string AlipayUserId { get; set; }
+        public string OpenId { get; set; }
+        public string CarIds { get; set; }
+        public string PayPwd { get; set; }
+        public string LoginPwd { get; set; }
+        public string ParentNav { get; set; }
+        public string Tags { get; set; }
+        public string GroupId { get; set; }
+        public string Mobile { get; set; }
+        public string CardNo { get; set; }
+        public int UserLevel { get; set; }
+        public int ParentUserId { get; set; }
+        public string HeadPhoto { get; set; }
+        public string Address { get; set; }
+        public string Areas { get; set; }
+        public string CertId { get; set; }
+        public int Sex { get; set; }
+        public string RealName { get; set; }
+        public string NickName { get; set; }
+        public int CashStatus { get; set; }
+        public string CashNote { get; set; }
+        public decimal ThisMonthTrade { get; set; }
+        public int LeaderLevel { get; set; }
+        public int BusinessFlag { get; set; }
+        public decimal ValidAmount { get; set; }
+        public string DeviceType { get; set; }
+        public DateTime? HelpProfitAgreeDate { get; set; }
+        public ulong HelpProfitAgree { get; set; }
+        public string SignPic { get; set; }
+        public DateTime? SignDate { get; set; }
+        public ulong IsSign { get; set; }
+        public DateTime? CreateStoreDate { get; set; }
+        public int StoreStock { get; set; }
+        public int ThisMonthSend { get; set; }
+    }
+}

+ 354 - 0
Models/Main/WebCMSEntities.cs

@@ -263,6 +263,7 @@ namespace MySystem.Models.Main
         public virtual DbSet<UserTradeDaySummary> UserTradeDaySummary { get; set; }
         public virtual DbSet<UserTradeMonthSummary> UserTradeMonthSummary { get; set; }
         public virtual DbSet<Users> Users { get; set; }
+        public virtual DbSet<UsersTmp> UsersTmp { get; set; }
 
         protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
         {
@@ -5043,6 +5044,12 @@ namespace MySystem.Models.Main
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");
 
+                entity.Property(e => e.BankCard)
+                    .HasColumnType("varchar(200)")
+                    .HasComment("收款人银行卡照片")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
                 entity.Property(e => e.BankName)
                     .HasColumnType("varchar(50)")
                     .HasCharSet("utf8")
@@ -5306,6 +5313,12 @@ namespace MySystem.Models.Main
 
                 entity.Property(e => e.PeriodEnd).HasColumnType("datetime");
 
+                entity.Property(e => e.PersonWithIdCard)
+                    .HasColumnType("varchar(200)")
+                    .HasComment("法人手持身份证正面")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
                 entity.Property(e => e.ProductImg)
                     .HasColumnName("productImg")
                     .HasColumnType("varchar(200)")
@@ -5412,6 +5425,12 @@ namespace MySystem.Models.Main
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");
 
+                entity.Property(e => e.TakeCreditCard)
+                    .HasColumnType("varchar(200)")
+                    .HasComment("拍卡")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
                 entity.Property(e => e.TaxImage)
                     .HasColumnName("taxImage")
                     .HasColumnType("varchar(200)")
@@ -6221,6 +6240,10 @@ namespace MySystem.Models.Main
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");
 
+                entity.Property(e => e.SignDate)
+                    .HasColumnType("datetime")
+                    .HasComment("微信确认签约时间");
+
                 entity.Property(e => e.Sort).HasColumnType("int(11)");
 
                 entity.Property(e => e.Status).HasColumnType("int(11)");
@@ -18226,6 +18249,337 @@ namespace MySystem.Models.Main
                 entity.Property(e => e.Version).HasColumnType("int(11)");
             });
 
+            modelBuilder.Entity<UsersTmp>(entity =>
+            {
+                entity.Property(e => e.Id).HasColumnType("int(11)");
+
+                entity.Property(e => e.AccessToken)
+                    .HasColumnType("varchar(64)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ActiveRewardAmount).HasColumnType("decimal(18,2)");
+
+                entity.Property(e => e.Address)
+                    .HasColumnType("varchar(50)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.AgentAreas)
+                    .HasColumnType("varchar(50)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.AgentLevel).HasColumnType("int(11)");
+
+                entity.Property(e => e.AlipayUserId)
+                    .HasColumnType("varchar(50)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.Areas)
+                    .HasColumnType("varchar(30)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.AuditStatus).HasColumnType("int(11)");
+
+                entity.Property(e => e.AuthDate).HasColumnType("datetime");
+
+                entity.Property(e => e.AuthFlag)
+                    .HasColumnType("bit(1)")
+                    .HasDefaultValueSql("b'0'");
+
+                entity.Property(e => e.BankCardPositiveImage)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.BusinessFlag).HasColumnType("int(11)");
+
+                entity.Property(e => e.CarIds)
+                    .HasColumnType("varchar(100)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CardNo)
+                    .HasColumnType("varchar(30)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CardRecCode)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CashFreezeAmt).HasColumnType("decimal(18,2)");
+
+                entity.Property(e => e.CashNote)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CashStatus).HasColumnType("int(11)");
+
+                entity.Property(e => e.CertFrontImage)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CertId)
+                    .HasColumnType("varchar(30)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CertReverseImage)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CertValidEndDate).HasColumnType("datetime");
+
+                entity.Property(e => e.CertValidStartDate).HasColumnType("datetime");
+
+                entity.Property(e => e.CitySetDate).HasColumnType("datetime");
+
+                entity.Property(e => e.CreateDate).HasColumnType("datetime");
+
+                entity.Property(e => e.CreateMan)
+                    .HasColumnType("varchar(50)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.CreateStoreDate).HasColumnType("datetime");
+
+                entity.Property(e => e.DeviceId)
+                    .HasColumnType("varchar(128)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.DeviceToken)
+                    .HasColumnType("varchar(64)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.DeviceType)
+                    .HasColumnType("varchar(30)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ExpiredDate).HasColumnType("datetime");
+
+                entity.Property(e => e.GroupId)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.HandCertImage)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.HandPwd)
+                    .HasColumnType("varchar(32)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.HeadPhoto)
+                    .HasColumnType("varchar(2000)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.HelpProfitAgree)
+                    .HasColumnType("bit(1)")
+                    .HasDefaultValueSql("b'0'");
+
+                entity.Property(e => e.HelpProfitAgreeDate).HasColumnType("datetime");
+
+                entity.Property(e => e.IdCardEndNo)
+                    .HasColumnType("varchar(4)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.IsNewUser)
+                    .HasColumnType("bit(1)")
+                    .HasDefaultValueSql("b'0'");
+
+                entity.Property(e => e.IsSign)
+                    .HasColumnType("bit(1)")
+                    .HasDefaultValueSql("b'0'");
+
+                entity.Property(e => e.LeaderLevel).HasColumnType("int(11)");
+
+                entity.Property(e => e.LockStatus)
+                    .HasColumnType("bit(1)")
+                    .HasDefaultValueSql("b'0'");
+
+                entity.Property(e => e.LoginPwd)
+                    .HasColumnType("varchar(32)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.LoginStatus).HasColumnType("int(11)");
+
+                entity.Property(e => e.MakerCode)
+                    .HasColumnType("varchar(32)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.MerchantDate).HasColumnType("datetime");
+
+                entity.Property(e => e.MerchantType).HasColumnType("int(11)");
+
+                entity.Property(e => e.Mobile)
+                    .HasColumnType("varchar(15)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.NickName)
+                    .HasColumnType("varchar(300)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.OpenId)
+                    .HasColumnType("varchar(50)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ParentNav)
+                    .HasColumnType("longtext")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ParentUserId).HasColumnType("int(11)");
+
+                entity.Property(e => e.PayPwd)
+                    .HasColumnType("varchar(32)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ProfitRewardRate).HasColumnType("decimal(18,2)");
+
+                entity.Property(e => e.QueryCount).HasColumnType("int(11)");
+
+                entity.Property(e => e.RealName)
+                    .HasColumnType("varchar(30)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ReferenceCode)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ReferenceQrCode)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ReferralUserId).HasColumnType("int(11)");
+
+                entity.Property(e => e.Remark)
+                    .HasColumnType("mediumtext")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.RiskFlag)
+                    .HasColumnType("bit(1)")
+                    .HasDefaultValueSql("b'0'");
+
+                entity.Property(e => e.RiskRemark)
+                    .HasColumnType("varchar(64)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.RreezeRemark)
+                    .HasColumnType("varchar(64)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SeoDescription)
+                    .HasColumnType("varchar(500)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SeoKeyword)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SeoTitle)
+                    .HasColumnType("varchar(100)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SettleAmount).HasColumnType("decimal(18,2)");
+
+                entity.Property(e => e.SettleBankCardName)
+                    .HasColumnType("varchar(20)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SettleBankCardNo)
+                    .HasColumnType("varchar(32)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SettleBankName)
+                    .HasColumnType("varchar(32)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SettleRemark)
+                    .HasColumnType("varchar(64)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.Sex).HasColumnType("int(11)");
+
+                entity.Property(e => e.SignDate).HasColumnType("datetime");
+
+                entity.Property(e => e.SignImgUrl)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.SignPic)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.Sort).HasColumnType("int(11)");
+
+                entity.Property(e => e.Status).HasColumnType("int(11)");
+
+                entity.Property(e => e.StoreStock).HasColumnType("int(11)");
+
+                entity.Property(e => e.Tags)
+                    .HasColumnType("varchar(200)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.ThisMonthSend).HasColumnType("int(11)");
+
+                entity.Property(e => e.ThisMonthTrade).HasColumnType("decimal(18,2)");
+
+                entity.Property(e => e.UpdateDate).HasColumnType("datetime");
+
+                entity.Property(e => e.UpdateMan)
+                    .HasColumnType("varchar(50)")
+                    .HasCharSet("utf8")
+                    .HasCollation("utf8_general_ci");
+
+                entity.Property(e => e.UserLevel).HasColumnType("int(11)");
+
+                entity.Property(e => e.UserProperty).HasColumnType("int(11)");
+
+                entity.Property(e => e.UserType).HasColumnType("int(11)");
+
+                entity.Property(e => e.ValidAmount).HasColumnType("decimal(18,2)");
+
+                entity.Property(e => e.Version).HasColumnType("int(11)");
+            });
+
             OnModelCreatingPartial(modelBuilder);
         }
 

+ 43 - 18
Util/HaoDa/AddNewMerchantSetUtil.cs

@@ -16,6 +16,7 @@ namespace MySystem
         {
             AddNewMerchant addNewMerchant = new AddNewMerchant();
             addNewMerchant.brh = "ceshi"; //机构号
+            addNewMerchant.mchtNo = AddInfo.SubMchid; //收款商户号
             addNewMerchant.accountNo = AddInfo.AccountNumber; //银行卡号
             addNewMerchant.accountName = AddInfo.AccountName; //开户名(账户名称)
             addNewMerchant.accountType = AddInfo.BankAccountType; //账户类型 1 对私 0 对公
@@ -39,7 +40,7 @@ namespace MySystem
             addNewMerchant.areaNo = AddInfo.BizAddressCode; //经营地区区域码 参考区域码表,填6位地区码(联系对接人提供)
             addNewMerchant.businessId = AddInfo.SalesScenesType; //经营范围 参考经营范围表(联系对接人提供)
             addNewMerchant.licNo = AddInfo.LicenseNumber; //营业执照号 有营业执照必填
-            addNewMerchant.usinessTerm = AddInfo.PeriodBegin.Value.ToString("yyyyMMdd")+"-"+AddInfo.PeriodEnd.Value.ToString("yyyyMMdd"); //营业执照有效期 格式:20200101-20300101,长期的填 20200101-99991231
+            addNewMerchant.usinessTerm = AddInfo.PeriodBegin.Value.ToString("yyyyMMdd") + "-" + AddInfo.PeriodEnd.Value.ToString("yyyyMMdd"); //营业执照有效期 格式:20200101-20300101,长期的填 20200101-99991231
             addNewMerchant.licenceType = AddInfo.SubjectType; //营业执照类型 0-企业法人营业执照 1-个体工商户营业执照 2-党政,机关及事业单位 3-其他组织
             addNewMerchant.userCardNo = AddInfo.IdCardNumber; //商户法人身份证号
             addNewMerchant.userPhone = AddInfo.MobilePhone; //法人手机号
@@ -59,14 +60,14 @@ namespace MySystem
             List<ImageItem> imageList = new List<ImageItem>();
             ImageItem imageItem = new ImageItem();
             //开户许可证
-            if(!string.IsNullOrEmpty(AddInfo.OpenAccountLicenses))
+            if (!string.IsNullOrEmpty(AddInfo.OpenAccountLicenses))
             {
                 imageItem.name = "openAccountLicenses";
                 imageItem.value = AddInfo.OpenAccountLicenses;
                 imageList.Add(imageItem);
             }
             //租赁协议
-            if(!string.IsNullOrEmpty(AddInfo.RentAgreement))
+            if (!string.IsNullOrEmpty(AddInfo.RentAgreement))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "rentAgreement";
@@ -74,7 +75,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //盒伙人商户合影
-            if(!string.IsNullOrEmpty(AddInfo.OperatorMcht))
+            if (!string.IsNullOrEmpty(AddInfo.OperatorMcht))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "operatorMcht";
@@ -82,7 +83,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //营业执照
-            if(!string.IsNullOrEmpty(AddInfo.LicenseCopy))
+            if (!string.IsNullOrEmpty(AddInfo.LicenseCopy))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "license";
@@ -90,7 +91,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //委托结算协议
-            if(!string.IsNullOrEmpty(AddInfo.AgentProtocol))
+            if (!string.IsNullOrEmpty(AddInfo.AgentProtocol))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "agentProtocol";
@@ -98,7 +99,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //商户签名图片
-            if(!string.IsNullOrEmpty(AddInfo.SignaturePicture))
+            if (!string.IsNullOrEmpty(AddInfo.SignaturePicture))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "signaturePicture";
@@ -106,7 +107,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //辅助照片
-            if(!string.IsNullOrEmpty(AddInfo.Support))
+            if (!string.IsNullOrEmpty(AddInfo.Support))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "support";
@@ -114,7 +115,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //门头照
-            if(!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
+            if (!string.IsNullOrEmpty(AddInfo.StoreEntrancePic))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "shopFrontImg";
@@ -122,7 +123,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //收银台
-            if(!string.IsNullOrEmpty(AddInfo.CheckstandImg))
+            if (!string.IsNullOrEmpty(AddInfo.CheckstandImg))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "checkstandImg";
@@ -130,7 +131,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //店铺全景
-            if(!string.IsNullOrEmpty(AddInfo.IndoorPic))
+            if (!string.IsNullOrEmpty(AddInfo.IndoorPic))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "shopInnerImg";
@@ -138,7 +139,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //商品照片
-            if(!string.IsNullOrEmpty(AddInfo.ProductImg))
+            if (!string.IsNullOrEmpty(AddInfo.ProductImg))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "productImg";
@@ -146,7 +147,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //合同签名
-            if(!string.IsNullOrEmpty(AddInfo.Agreement))
+            if (!string.IsNullOrEmpty(AddInfo.Agreement))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "agreement";
@@ -154,7 +155,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //税务登记证
-            if(!string.IsNullOrEmpty(AddInfo.TaxImage))
+            if (!string.IsNullOrEmpty(AddInfo.TaxImage))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "taxImage";
@@ -162,7 +163,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //组织机构证照片
-            if(!string.IsNullOrEmpty(AddInfo.OrganizationCopy))
+            if (!string.IsNullOrEmpty(AddInfo.OrganizationCopy))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "orgImage";
@@ -170,7 +171,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //行业许可证
-            if(!string.IsNullOrEmpty(AddInfo.IndustryLicense1))
+            if (!string.IsNullOrEmpty(AddInfo.IndustryLicense1))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "industryLicense1";
@@ -178,7 +179,7 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //正面人像图片
-            if(!string.IsNullOrEmpty(AddInfo.FaceRecognition))
+            if (!string.IsNullOrEmpty(AddInfo.FaceRecognition))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "faceRecognition";
@@ -186,13 +187,37 @@ namespace MySystem
                 imageList.Add(imageItem);
             }
             //补充资料
-            if(!string.IsNullOrEmpty(AddInfo.Extra1))
+            if (!string.IsNullOrEmpty(AddInfo.Extra1))
             {
                 imageItem = new ImageItem();
                 imageItem.name = "extra1";
                 imageItem.value = AddInfo.Extra1;
                 imageList.Add(imageItem);
             }
+            //收款人银行卡照片
+            if (!string.IsNullOrEmpty(AddInfo.BankCard))
+            {
+                imageItem = new ImageItem();
+                imageItem.name = "bankCard";
+                imageItem.value = AddInfo.BankCard;
+                imageList.Add(imageItem);
+            }
+            //法人手持身份证正面
+            if (!string.IsNullOrEmpty(AddInfo.PersonWithIdCard))
+            {
+                imageItem = new ImageItem();
+                imageItem.name = "personWithIdCard";
+                imageItem.value = AddInfo.PersonWithIdCard;
+                imageList.Add(imageItem);
+            }
+            //对公凭证
+            if (!string.IsNullOrEmpty(AddInfo.TakeCreditCard))
+            {
+                imageItem = new ImageItem();
+                imageItem.name = "takeCreditCard";
+                imageItem.value = AddInfo.TakeCreditCard;
+                imageList.Add(imageItem);
+            }
             addNewMerchant.images = imageList; //图片
             return addNewMerchant;
         }