From e8da88b5436702e0248662911818857430b971ac Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 29 Nov 2023 16:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=AF=95?= =?UTF-8?q?=E4=B8=9A=E5=AD=A6=E7=94=9F=E7=AE=A1=E7=90=86=EF=BC=9A=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E8=AF=AD=E5=8F=A5=E4=BC=98=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoGraduate/Index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoGraduate/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoGraduate/Index.js index d44f4ee04..3dbcbb221 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoGraduate/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoGraduate/Index.js @@ -45,13 +45,13 @@ var bootstrap = function ($, learun) { $('#ClassNo').lrselectRefresh({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "majorno='" + item.majorno + "' AND Grade='" + Grades + "' order by classno desc" } + param: { strWhere: "majorno='" + item.majorno + "' AND Grade='" + Grades + "'" } }); } else { $('#ClassNo').lrselectRefresh({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "1=1 AND order by classno desc" } + param: { strWhere: "1=1 " } }); } } else { @@ -59,13 +59,13 @@ var bootstrap = function ($, learun) { $('#ClassNo').lrselectRefresh({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "majorno='" + item.majorno + "' order by classno desc" } + param: { strWhere: "majorno='" + item.majorno + "' " } }); } else { $('#ClassNo').lrselectRefresh({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "1=1 AND order by classno desc" } + param: { strWhere: "1=1 " } }); } } @@ -83,14 +83,14 @@ var bootstrap = function ($, learun) { allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', param: { - strWhere: "majorno='" + MajorNos + "' AND Grade='" + item.text + "' order by classno desc" + strWhere: "majorno='" + MajorNos + "' AND Grade='" + item.text + "'" } }); } else { $('#ClassNo').lrselectRefresh({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "1=1 AND order by classno desc" } + param: { strWhere: "1=1 " } }); } } else { @@ -99,14 +99,14 @@ var bootstrap = function ($, learun) { allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', param: { - strWhere: "1=1 AND Grade='" + item.text + "' order by classno desc" + strWhere: "1=1 AND Grade='" + item.text + "' " } }); } else { $('#ClassNo').lrselectRefresh({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "1=1 AND order by classno desc" } + param: { strWhere: "1=1 " } }); } } @@ -116,7 +116,7 @@ var bootstrap = function ($, learun) { $('#ClassNo').lrselect({ allowSearch: true, url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj', - param: { strWhere: "1=1 AND order by classno desc" }, + param: { strWhere: "1=1 " }, value: "classno", text: "classname" });