From 431a63b3c2335c5ecb8cf78507f470eb26e9b6d7 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 28 二月 2025 14:43:50 +0800
Subject: [PATCH] 1.调拨申请时间改为 传到mes的时间
---
MES.Service/service/BasicData/TransferRequestManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MES.Service/service/BasicData/TransferRequestManager.cs b/MES.Service/service/BasicData/TransferRequestManager.cs
index 93692c4..75c43fc 100644
--- a/MES.Service/service/BasicData/TransferRequestManager.cs
+++ b/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, // 鍏抽棴鏃ユ湡
--
Gitblit v1.9.3