From 16d7a0845dac890a61622ea967a1535eeb8d7847 Mon Sep 17 00:00:00 2001 From: lxw Date: Tue, 2 Jul 2024 17:45:23 +0800 Subject: [PATCH] =?UTF-8?q?swapOrderBattery=E8=A1=A8createTime=20=E4=B8=8D?= =?UTF-8?q?=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Execute/Mgr/CommonMgr.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Service/Execute/Mgr/CommonMgr.cs b/Service/Execute/Mgr/CommonMgr.cs index 1b0f518..a4377bf 100644 --- a/Service/Execute/Mgr/CommonMgr.cs +++ b/Service/Execute/Mgr/CommonMgr.cs @@ -81,6 +81,7 @@ public class CommonMgr DownBatteryNo = inBin.BatteryNo, DownBatterySoc = inBin.Soc, DownBatterySoe = inBin.Soe, + CreatedTime = DateTime.Now }; _swapOrderBatteryRepository.Insert(swapOrderBattery);