#namespace("ZhaoshengPersonType") -- 获取人员类型分页 #sql("getZhaoshengPersonTypePage") select person_type_id,person_type_name,sort_id from t_zhaosheng_person_type where 1=1 order by sort_id desc #end #end