<?php
$args = array(
'orderby' => 'name',
'child_of' => '124',
'style' => 'none',
'separator' => '',
);
echo '<div class="blog-cat"><ul>';
wp_list_categories($args);
echo '</ul></div>';
?>