You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
258 B

#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