This commit is contained in:
cc
2024-12-02 09:48:25 +08:00
parent ffc93f26fa
commit 2d8e343e4f

View File

@@ -573,7 +573,7 @@ public class JDUtils {
long start = System.currentTimeMillis();
fetchHistoricalOrders();
content.append("刷新两个月,耗时").append((System.currentTimeMillis() - start) / 1000).append("\r");
content.append("刷新两个月,耗时").append((System.currentTimeMillis() - start) ).append(" ms\r");
break;
}