|
@@ -132,7 +132,7 @@ public class CacheFileManager {
|
|
|
fw.close();
|
|
|
|
|
|
//医院医生信息
|
|
|
- sql = "select doctor_id, name, dept_id, professor, occup from bas_doctor_info where hospital_id = " + hospitalId;
|
|
|
+ sql = "select doctor_id, name, dept_id, professor, occup from bas_doctor_info where hospital_id = " + hospitalId + " order by occup asc";
|
|
|
|
|
|
fw = new FileWriter(path + "hospital_doctor_info.dict");
|
|
|
rs = st.executeQuery(sql);
|