|
|
@@ -246,9 +246,9 @@ export async function GetMPSSchoolInfo (ctx) {
|
|
246
|
246
|
if (info.SchoolType1 == "高中") {
|
|
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
|
|
- //新办学校,历史数据特殊
|
|
250
|
|
- if (param.ID==990 || param.ID==993 || param.ID==196)
|
|
251
|
|
- sql1=sql1.replace("PlanNum>0 and ","");
|
|
|
249
|
+ //新办学校,历史数据特殊
|
|
|
250
|
+ if (param.ID==990 || param.ID==993 || param.ID==196)
|
|
|
251
|
+ sql1=sql1.replace("PlanNum>0 and ","");
|
|
252
|
252
|
|
|
253
|
253
|
}
|
|
254
|
254
|
else {
|