This commit is contained in:
commit
c97f578682
|
@ -823,7 +823,7 @@ namespace FineUIPro.Web.WeldingProcess.TrustManage
|
|||
}
|
||||
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
|
||||
{
|
||||
|
|
|
@ -1362,7 +1362,7 @@ namespace FineUIPro.Web.WeldingProcess.TrustManage
|
|||
}
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue