20240710 修改资料收发文导入

This commit is contained in:
2024-07-10 09:46:40 +08:00
parent 3852f86332
commit 2d0b999f82
3 changed files with 3 additions and 7 deletions
@@ -261,11 +261,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
string row9 = pds.Rows[i][9].ToString();
if (string.IsNullOrEmpty(row9))
{
result += (i + 2).ToString() + "," + "上报日期" + "," + "此项为必填项!" + "|";
}
else
if (!string.IsNullOrEmpty(row9))
{
try
{