chengjie 4 months ago
parent
commit
d7776c2f98
2 changed files with 4 additions and 4 deletions
  1. 1 1
      src/api/mps/mpsCommonController.js
  2. 3 3
      src/api/mps/mpsSchoolController.js

+ 1 - 1
src/api/mps/mpsCommonController.js

@@ -389,7 +389,7 @@ export async function GetMPSNotice(ctx) {
389 389
         // result.Content=content[rand];
390 390
 
391 391
         const content=[
392
-            "2025年上海中考各区名额到区、名额到校数据录入完成。若您发现数据有错,请给我们反馈。谢谢!",
392
+            "2025年上海中考名额到区、名额到校数据录入完成。若您发现数据有错,请给我们反馈。谢谢!我们的新产品微信小程序“语境背单词”,非常适合新高一的学生学习英语使用,欢迎家长和同学使用体验。",
393 393
         ];
394 394
         result.Content=content[0];
395 395
     }

+ 3 - 3
src/api/mps/mpsSchoolController.js

@@ -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 {