代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
+4 -4
View File
@@ -61,8 +61,8 @@ namespace FineUIPro.Web
bool IsSafeReferer = ConstValue.drpConstItemList(ConstValue.Group_SafeReferer).FirstOrDefault(x => x.ConstValue == url) != null;
if (!IsDataShowPage && !IsSafeReferer)
{
// if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx")
// Response.Redirect("~/Login.aspx");
// if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx")
// Response.Redirect("~/Login.aspx");
return;
}
@@ -1072,7 +1072,7 @@ namespace FineUIPro.Web
var getCountry = Funs.DB.RealName_Country.FirstOrDefault(x => x.CountryId == countryCode);
if (getCountry != null && !string.IsNullOrEmpty(getCountry.Cname))
{
strValue= getCountry.Cname;
strValue = getCountry.Cname;
if (!string.IsNullOrEmpty(getPerson.ProvinceCode))
{
var getProv = Funs.DB.RealName_City.FirstOrDefault(x => x.ProvinceCode == getPerson.ProvinceCode && x.CountryId == countryCode);
@@ -1365,7 +1365,7 @@ namespace FineUIPro.Web
string id = string.Empty;
if (!string.IsNullOrEmpty(CheckAcceptType))
{
var item = GetCheckAcceptTypeList().FirstOrDefault(x=>x.Text== CheckAcceptType);
var item = GetCheckAcceptTypeList().FirstOrDefault(x => x.Text == CheckAcceptType);
if (item != null)
{
id = item.Value;