调整时间显示
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Dto.OutStock;
|
||||
using WMS.Web.Core.Help;
|
||||
using WMS.Web.Domain.Entitys;
|
||||
using WMS.Web.Domain.Infrastructure;
|
||||
using WMS.Web.Repositories.Configuration;
|
||||
@@ -84,7 +85,7 @@ namespace WMS.Web.Repositories
|
||||
Status = "",
|
||||
Type = "",
|
||||
Creator = "",
|
||||
CreateTime=s.CreateTime,
|
||||
CreateTime=s.CreateTime.DateToStringSeconds(),
|
||||
SuccessSync = s.SuccessSync,
|
||||
Stock = "",
|
||||
SourceBillNo="",
|
||||
|
||||
Reference in New Issue
Block a user