Browse Source

每天11点执行头天数据,商户类型取值

lcl 6 months ago
parent
commit
4e3775279c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 0
AppStart/GetHaoDaFTPInfoService.cs

@@ -220,6 +220,7 @@ namespace MySystem
                 Name = DataListInfo[7]; //发放人姓名
                 MerName = DataListInfo[8]; //商户名称
                 PassDate = DataListInfo[9]; //审核通过时期
+                if(DataListInfo.Length > 10) MerKind = DataListInfo[10]; //商户类型
             }
 
             string ActDateString = ActDate.Substring(0, 4) + "-" + ActDate.Substring(4, 2) + "-" + ActDate.Substring(6, 2);