|
@@ -1,5 +1,6 @@
|
|
|
package com.dgtly.sync.service;
|
|
|
|
|
|
+import cn.hutool.core.date.DateTime;
|
|
|
import com.dgtly.common.config.Global;
|
|
|
import com.dgtly.common.utils.DateUtils;
|
|
|
import com.dgtly.common.utils.http.HttpUtils;
|
|
@@ -614,7 +615,9 @@ public class HanaOrderComponent {
|
|
|
while (result.next()){
|
|
|
|
|
|
fw.write(
|
|
|
- result.getString("KUNNR"));
|
|
|
+ result.getString("KUNNR")
|
|
|
+ +"$$"+new DateTime()
|
|
|
+ +"\r\n");
|
|
|
fw.flush();
|
|
|
i++;
|
|
|
if (i%50000==0){
|