用户表加一个整数或自定义排序字段来区分总经理、经理、用户
如:
总经理 1
经理 2
用户 3
cmd.CommandText = "SELECT DISTINCT 用户 From {Users} ORDER BY 排序字段"