MES.Service/service/BasicData/MesRohInManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
MES.Service/service/BasicData/MesRohInManager.cs
@@ -1,4 +1,5 @@ using MES.Service.DB; using Masuit.Tools; using MES.Service.DB; using MES.Service.Dto.webApi; using MES.Service.Modes; using SqlSugar; @@ -117,9 +118,14 @@ mesRohIn.CancellationPerson = rohIn.FCancellerId; if (rohIn.FCancelDate != null) { if (!mesRohIn.CancellationPerson.IsNullOrEmpty()) { mesRohIn.CancellationDate = DateTime.ParseExact(rohIn.FCancelDate, "yyyy-MM-dd HH:mm:ss", null); } } mesRohIn.CreateBy = rohIn.FCreatorId;