7,732
社区成员




//一级分类
SELECT ID,classid,FolderName,TS,TN FROM KS_Class Where tj=2 and tn='20133701388604' order by ID asc
//二级分类
SELECT ID,classid,FolderName,TS,TN FROM KS_Class Where tj=3 and ts like '20133701388604%' order by ID asc
//三级分类
SELECT ID,classid,FolderName,TS,TN FROM KS_Class Where tj=4 and ts like '20133701388604%' order by ID asc
//四级分类
SELECT ID,classid,FolderName,TS,TN FROM KS_Class Where tj=5 and ts like '20133701388604%' order by ID asc