main
黄海 2 years ago
parent f75bd7bb9d
commit d350a43401

@ -947,7 +947,7 @@ public class CollectModel {
* @return
*/
public List<Record> getSchoolNjList(String school_id) {
String sql = "select distinct stage_id,entry_year from t_base_class where bureau_id=? and b_use=1 order by stage_id,entry_year";
String sql = "select distinct stage_id,entry_year from t_base_class where bureau_id=? and b_use=1 order by stage_id,entry_year desc";
List<Record> list = Db.find(sql, school_id);
int currentXn = getCurrentXn();

Loading…
Cancel
Save