代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user