南骏 池
2025-02-28 431a63b3c2335c5ecb8cf78507f470eb26e9b6d7
1.调拨申请时间改为 传到mes的时间
已修改1个文件
2 ■■■ 文件已修改
MES.Service/service/BasicData/TransferRequestManager.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/service/BasicData/TransferRequestManager.cs
@@ -152,7 +152,7 @@
            FCreateDate = !String.IsNullOrEmpty(erpDto.FCreateDate) ? DateTime.ParseExact(erpDto.FCreateDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 创建日期
            FModifierId = erpDto.FModifierId, // 最后修改人
            FModifyDate = !String.IsNullOrEmpty(erpDto.FModifyDate) ? DateTime.ParseExact(erpDto.FModifyDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 最后修改日期
            FApproveDate = !String.IsNullOrEmpty(erpDto.FAPPROVEDATE) ? DateTime.ParseExact(erpDto.FAPPROVEDATE, "yyyy-MM-dd HH:mm:ss", null) : null, // 审核日期
            FApproveDate = DateTime.Now,//审核状态
            FCloseStatus = erpDto.FCloseStatus, // 关闭状态
            FCloserId = erpDto.FCloserId, // 关闭人
            //FCloseDate = !String.IsNullOrEmpty(erpDto.FCloseDate) ? DateTime.ParseExact(erpDto.FCloseDate, "yyyy-MM-dd HH:mm:ss", null) : null, // 关闭日期