同步提示

This commit is contained in:
邓皓元 2019-04-26 03:03:24 +08:00
parent 3fadc9588e
commit c23420584d

View File

@ -43,6 +43,7 @@ class ActivatedSync extends Command
$page = 1;
while ($total) {
echo '.';
if (($page - 1) * $this->limit >= $total) {
break;
}