<#if Session.userGroupId == 1> <#else>
所属科室:
医生姓名:
医生照片:
职称:
简要描述:
关键字:
擅长:
医生介绍:
状态: <#if doctor.status == 1> <#else>
<#macro categoryTree id node> <#local temp = node + 1 /> <#list categorys as x> <#if id = x.pid> <@categoryTree id = x.id node=temp/> <#macro channelTree id node> <#local temp = node + 1 /> <#list channels as comment> <#if id = comment.pid> <@channelTree id = comment.id node=temp/>