全部
#foreach($typelist in $ADOTKS_QAType.GetAll(7," and QAType_PrantId='0'"))
$typelist.QAType_Name
#end
#foreach($typelist in $ADOTKS_QAType.GetAll(7," and QAType_PrantId='0'"))
#foreach($childlist in $ADOTKS_QAType.GetAll(7," and QAType_PrantId='$typelist.QAType_Id'"))
$childlist.QAType_Name
#end
#end