報表發送失敗修復
This commit is contained in:
parent
1ed04e15e0
commit
31447af556
@ -1046,6 +1046,10 @@ namespace SolarPower.Controllers
|
||||
}
|
||||
var sheet = workbook.CreateSheet(powerstationid.Name);
|
||||
var Formbody = GetForm(select_Table);//取body
|
||||
if(Formbody.Result.Data.Count == 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
var Formhead = GetTableHead(select_Table);//取head
|
||||
int RowPosition = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user