作者 朱兆平

解析分单逻辑起始站目的站入库分单表

@@ -961,6 +961,9 @@ namespace CustomsCargoSystem.ExchangeDataStorageService @@ -961,6 +961,9 @@ namespace CustomsCargoSystem.ExchangeDataStorageService
961 else if (array3[0] == "HBS") 961 else if (array3[0] == "HBS")
962 { 962 {
963 wayBillNoSecondary = array3[1]; 963 wayBillNoSecondary = array3[1];
  964 + string sub_originStation_desStation = array3[2];
  965 + originatingstation_bill = sub_originStation_desStation.Substring(0,3);
  966 + destinationstation_bill = sub_originStation_desStation.Substring(3,3);
964 text = array3[3]; 967 text = array3[3];
965 text2 = array3[4].Substring(1); 968 text2 = array3[4].Substring(1);
966 if (array3.Length >= 6) 969 if (array3.Length >= 6)