<%Checklogin()%> 管理区域

自定义标签云

<%Set Rs=Server.CreateObject("ADODB.RecordSet") Rs.Open "SELECT tagName,count(Distinct cs_code) as count from tagTable left join customer on tagTable.customerid=customer.id where employeeId="&Session("employee_id")&" GROUP BY tagName",conn,1,1 Do while Not Rs.Bof And Not Rs.eof %> " style="font-size:16px;"><%=Rs("tagName")%>(<%=Rs("count")%>) <% Rs.moveNext loop %> 无标签客户
<%Rs.Close:Set Rs=Nothing:Conn.Close:Set Conn=Nothing%>