20220909工程师日志接口修改

This commit is contained in:
2022-09-09 10:15:35 +08:00
parent dd3722f020
commit d9574eba57
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ namespace BLL
HSEDiaryId = item.HSEDiaryId,
ProjectId = item.ProjectId,
DiaryDate = Funs.GetNewDateTime(item.DiaryDate),
UserId = item.PersonId,
UserId = item.PersonId ?? item.UserId,
DailySummary = item.DailySummary,
TomorrowPlan = item.TomorrowPlan,
Value1 = item.Value1,