正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -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) |
-
请 注册 或 登录 后发表评论