2023-06-12

This commit is contained in:
李鹏飞 2023-06-12 15:06:56 +08:00
parent 624a9d9dc3
commit 549713aec6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ namespace FineUIPro.Web.HJGL.BaseInfo
return;
}
string IsXls = Path.GetExtension(this.fuAttachUrl.FileName).ToString().Trim().ToLower();
if (IsXls != ".xls" && IsXls != ".xlsx")
if (IsXls != ".xlsx")
{
ShowNotify("只能选择Excel文件!", MessageBoxIcon.Warning);
return;