|
|
|
@ -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";
|
|
|
|
|
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";
|
|
|
|
|
List<Record> list = Db.find(sql, school_id);
|
|
|
|
|
|
|
|
|
|
int currentXn = getCurrentXn();
|
|
|
|
|