啊鑫
2024-12-07 bca3485720ae6cbd84f7f0902e383c44c8409864
当作废人为空时,作废时间也需要设置为空,而不是erp的1900年
已修改1个文件
8 ■■■■ 文件已修改
MES.Service/service/BasicData/MesRohInManager.cs 8 ●●●● 补丁 | 查看 | 原始文档 | 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;