This commit is contained in:
jackchenyang
2024-05-13 09:54:07 +08:00
parent c18a3a9bc4
commit c4dc2e0936
10 changed files with 123 additions and 60 deletions
@@ -36,7 +36,8 @@ namespace BLL
newItem.Status = 0;
newItem.PMIId = string.Empty;
newItem.WorkAreaId = jotInfo.WorkAreaId;
newItem.CreatedTime = DateTime.Now;
newItem.CheckTime = DateTime.Now;
newItem.ReportTime= DateTime.Now;
newItem.DelegationDate= DateTime.Now;
newItem.DelegationNo = string.Empty;
returnViewMatch.Add(newItem);