@@ -247,7 +247,8 @@ export async function GetMPSSchoolInfo (ctx) {
247
247
sql1 = "SELECT * FROM kylx365_db.MPS_Score where (PlanNum>0 or PlanNum=-999) and SchoolTarget=" + param.ID + " order by ScoreType,ScoreYear desc,DistrictID,ScoreTotal desc,SchoolOfGraduation,SchoolTargetRemark;";
248
248
249
249
//新办学校,历史数据特殊
250
- if (param.ID==990 || param.ID==993 || param.ID==196)
250
+ let today=moment().format("YYYY-MM-DD");
251
+ if ((param.ID==990 || param.ID==993) && today<"2026-06-20")