From f7841c1dc1cd7f0a80d0cc77cc54481d0a8bb707 Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期二, 08 六月 2021 15:02:41 +0800 Subject: [PATCH] 更新用户管理,增加工号,是否项目录入,问答录入,预发工资,保底年薪,工龄工资,是否交通补贴,界面调整。 --- zhengcaioa/Services/DailyManagementService.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/Services/DailyManagementService.cs b/zhengcaioa/Services/DailyManagementService.cs index a6340e3..b8ecd87 100644 --- a/zhengcaioa/Services/DailyManagementService.cs +++ b/zhengcaioa/Services/DailyManagementService.cs @@ -236,6 +236,7 @@ Creater = c.UserName, ToUserId = b.UserName, Time = a.Time, + TimeName = a.Time.HasValue ? a.Time.Value.ToString("yyyy-MM-dd HH:mm") : "", Context = a.Context, Createtime = a.Createtime, FeedBack = a.FeedBack, @@ -251,7 +252,7 @@ HaveRead = a.HaveRead.HasValue? a.HaveRead.Value:0, HaveReadName = hhh.Comments, - }).OrderByDescending(x=>x.Time).ToList(); + }).OrderByDescending(x=>x.Createtime).ToList(); //if (!string.IsNullOrEmpty(search.Createtime)) //{ -- Gitblit v1.9.1