拉取代码

This commit is contained in:
高飞 2023-08-31 11:09:22 +08:00
parent 8e32d0d8ba
commit 3f509984eb
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ namespace BLL
row[12] = workPackage.RealStartDate;
}
if (workPackage.RealEndDate != null)
{
{
row[13] = workPackage.RealEndDate;
}
if (workPackage.PlanCost != null)