|
@@ -551,7 +551,7 @@ export async function GetMPSSchoolWeb(ctx) {
|
|
551
|
sql += " or (PublicOrPrivate='民办') or (Remark='全市招生') "
|
551
|
sql += " or (PublicOrPrivate='民办') or (Remark='全市招生') "
|
|
552
|
}
|
552
|
}
|
|
553
|
|
553
|
|
|
554
|
- if (param.District)
|
|
|
|
|
|
554
|
+ if (param.District && param.District!='上海市')
|
|
555
|
sql += " and (District='" + param.District + "' or District='上海市')";
|
555
|
sql += " and (District='" + param.District + "' or District='上海市')";
|
|
556
|
|
556
|
|
|
557
|
if (param.SchoolType1 == "高中")
|
557
|
if (param.SchoolType1 == "高中")
|