select id,j_code,j_position,c_com,j_jobtotal,j_sex,j_degree,j_major,j_jobprovince,j_jobcity from com where j_state = 'sd' and c_islock = 'wy' and dateadd(month,CAST(j_jobtime as int),j_addtime)>=getdate() ORDER BY dbo.c_corder(c_name, GETDATE(),0),bb desc因为用c_corder函数排序,速度慢,怎么办????