|
|
@@ -747,6 +747,7 @@ public class HanaOrderComponent {
|
|
|
"\tA.POSNR,\n" +
|
|
|
"\tB.VGBEL,\n" +
|
|
|
"\tB.VGPOS,\n" +
|
|
|
+ "\tB.ROUTE,\n" +
|
|
|
"\tB.VKORG,\n" +
|
|
|
"\tB.VKORG_TXT,\n" +
|
|
|
"\tB.VTWEG,\n" +
|
|
|
@@ -1087,12 +1088,13 @@ public class HanaOrderComponent {
|
|
|
fw = new FileWriter(file);
|
|
|
Long startTime = System.currentTimeMillis();
|
|
|
while (result.next()){
|
|
|
-
|
|
|
+ log.info("测试数据1:{}",result.getString("ROUTE"));
|
|
|
fw.write(
|
|
|
result.getString("VBELN")
|
|
|
+"$$"+result.getString("POSNR")
|
|
|
+"$$"+result.getString("VGBEL")
|
|
|
+"$$"+result.getString("VGPOS")
|
|
|
+ +"$$"+result.getString("ROUTE")
|
|
|
+"$$"+result.getString("VKORG")
|
|
|
+"$$"+result.getString("VKORG_TXT")
|
|
|
+"$$"+result.getString("VTWEG")
|