@@ -147,6 +147,7 @@ class IndexController extends Controller
if($i%$limit==0||$i==count($contentpages)){
\Yii::$app->db->createCommand()->batchInsert(ContentPage::tableName(), $modelKey, $list)->execute();
$list=[];
+ echo 111111;exit;
}
$i++;