啊鑫
2024-12-07 bca3485720ae6cbd84f7f0902e383c44c8409864
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;