推送数据

This commit is contained in:
2023-01-30 14:14:20 +08:00
parent 354f0ef6fe
commit 5c4b481651
49 changed files with 3905 additions and 289 deletions
@@ -169,7 +169,7 @@ namespace FineUIPro.Web.HSSE.Manager
{
e.Values[month.ColumnIndex] = dayReports.First().DayWorkTime;
}
else
else if (e.Values[month.ColumnIndex].ToString() == "")
{
e.Values[month.ColumnIndex] = 0;
}