调整时间显示

This commit is contained in:
18942506660
2023-10-28 10:22:47 +08:00
parent 748d8c7f62
commit 80bb3ed3e7
8 changed files with 12 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WMS.Web.Core.Dto.MoveBoxRecord;
using WMS.Web.Core.Help;
using WMS.Web.Domain.Entitys;
using WMS.Web.Domain.Infrastructure;
using WMS.Web.Repositories.Configuration;
@@ -87,7 +88,7 @@ namespace WMS.Web.Repositories
Qty = 0,
Type = "",
Creator = "",
CreateTime = s.CreateTime
CreateTime = s.CreateTime.DateToStringSeconds()
#endregion
}).Skip((dto.PageNo - 1) * dto.PageSize).Take(dto.PageSize).ToListAsync();