|
@@ -117,7 +117,7 @@ class BookUpdate extends Command
|
|
$item1 = null;
|
|
$item1 = null;
|
|
}
|
|
}
|
|
Log::info('$remote_count is: ' . $remote_count . '====$local_count :' . $local_count . '----');
|
|
Log::info('$remote_count is: ' . $remote_count . '====$local_count :' . $local_count . '----');
|
|
- if ($remote_count == $local_count) return '';
|
|
|
|
|
|
+ if ($remote_count <= $local_count) return '';
|
|
Log::info('$bid =: ' . $bid . '---is lack---');
|
|
Log::info('$bid =: ' . $bid . '---is lack---');
|
|
$start = false;
|
|
$start = false;
|
|
if (!$last_chapter) {
|
|
if (!$last_chapter) {
|