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);