|
@@ -163,7 +163,6 @@ public class HanaOrderComponent {
|
|
|
log.info("SalesOrder查询用时:" + (endTime - startTime)+"毫秒");
|
|
|
// this.insertSalesOrderResult(rs);
|
|
|
this.createSalesOrderTxt(rs);
|
|
|
- Thread.sleep(5000);
|
|
|
this.runLoadSalesOrder();
|
|
|
this.closeConnection(con, pstmt);
|
|
|
|