|
|
@@ -616,8 +616,7 @@ public class HanaOrderComponent {
|
|
|
}
|
|
|
Long endTime = System.currentTimeMillis();
|
|
|
log.info("生成selfDeliverOrder-TXT用时:" + (endTime - startTime) + "毫秒");
|
|
|
-
|
|
|
- /* conn = getMysqlConnection();
|
|
|
+ /* conn = getMysqlConnection();
|
|
|
//生产表
|
|
|
String sql = "TRUNCATE TABLE meta_hana_self_deliver_order";
|
|
|
pstm = conn.prepareStatement(sql);
|