@@ -301,6 +301,7 @@ func (b *ProductBillExcel) drawRemark() error {
drawLeft(b.Row+2, "时间:"+timeformat)
drawRight(b.Row+2, "时间:"+timeformat)
b.Excel.SetRowHeight(b.SheetName, b.Row+2, 21)
+ b.Row += 2
return nil
@@ -273,6 +273,7 @@ func (b *ReportProductExcel) drawRemark() error {