1
This commit is contained in:
@@ -573,7 +573,8 @@ public class JDUtils {
|
||||
long start = System.currentTimeMillis();
|
||||
|
||||
fetchHistoricalOrders();
|
||||
content.append("刷新两个月,耗时").append((System.currentTimeMillis() - start)).append(" ms\r");
|
||||
long time = System.currentTimeMillis() - start;
|
||||
content.append("刷新两个月,耗时: ").append(time).append("ms, ").append((time) / 1000).append(" s\r");
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user