2022-12-07

This commit is contained in:
李鹏飞 2022-12-07 17:19:30 +08:00
parent efe036aaff
commit 009c3a1a37
1 changed files with 2 additions and 1 deletions

View File

@ -200,7 +200,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
catch (Exception exc)
{
Response.Write(exc);
ErrLogInfo.WriteLog("焊接基础数据上传失败!", exc);
//return null;
// return dt;
}