optimize
wet 1 year ago
parent 25c635e640
commit 5612b8237d

@ -5322,11 +5322,11 @@ namespace Myshipping.Application
ICell cell2 = row.GetCell(2); ICell cell2 = row.GetCell(2);
if (cell2 != null) if (cell2 != null)
{ {
row.Cells[2].SetCellValue(order.TEMPSET); row.Cells[2].SetCellValue(order.REEFERF);
} }
else else
{ {
row.CreateCell(2).SetCellValue(order.TEMPSET); row.CreateCell(2).SetCellValue(order.REEFERF);
} }

Loading…
Cancel
Save