1
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user