This commit is contained in:
佘春生 2024-06-28 15:06:46 +08:00
commit c97f578682
2 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ namespace FineUIPro.Web.WeldingProcess.TrustManage
} }
if (!string.IsNullOrEmpty(getGLGSInfo.Item1)) if (!string.IsNullOrEmpty(getGLGSInfo.Item1))
{ {
InsertImage(hssfworkbook, ws, rowIndex + 4, 5, rowIndex + 4, 6, Server.MapPath(getJLInfo.Item1), 1.1, 1, 25, 13, 10, 40); InsertImage(hssfworkbook, ws, rowIndex + 4, 5, rowIndex + 4, 6, Server.MapPath(getGLGSInfo.Item1), 1.1, 1, 25, 13, 10, 40);
} }
else else
{ {

View File

@ -1362,7 +1362,7 @@ namespace FineUIPro.Web.WeldingProcess.TrustManage
} }
if (!string.IsNullOrEmpty(getGLGSInfo.Item1)) if (!string.IsNullOrEmpty(getGLGSInfo.Item1))
{ {
InsertImage(hssfworkbook, ws, rowIndex + 4, 5, rowIndex + 4, 6, Server.MapPath(getJLInfo.Item1), 1.1, 1, 25, 13,10, 40); InsertImage(hssfworkbook, ws, rowIndex + 4, 5, rowIndex + 4, 6, Server.MapPath(getGLGSInfo.Item1), 1.1, 1, 25, 13,10, 40);
} }
ws.GetRow(rowIndex + 4).GetCell(2).SetCellValue(JLAudit); ws.GetRow(rowIndex + 4).GetCell(2).SetCellValue(JLAudit);