|
@@ -359,7 +359,7 @@ namespace SCADA_DAQ.Customer.Service
|
|
|
Env.SqlDAL.App_Vertiv_MachineInfoOeeData.Update(
|
|
|
$"{T_Col_Name.App_Vertiv_MachineInfoOeeData.StateId_Str} = '{deviceNameList.StateId}'",
|
|
|
new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.RunDayTime_Int, deviceRunDayTIme),
|
|
|
- new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.AllDayTime_Int, deviceDayTIme),
|
|
|
+ new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.AllDayTime_Int, deviceallTime),
|
|
|
new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.Duration_Dec, OeeValue));
|
|
|
}
|
|
|
else
|
|
@@ -369,7 +369,7 @@ namespace SCADA_DAQ.Customer.Service
|
|
|
new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.Device_Str, deviceName[i]),
|
|
|
new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.StateId_Str, OrgID),
|
|
|
new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.RunDayTime_Int, deviceRunDayTIme),
|
|
|
- new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.AllDayTime_Int, deviceDayTIme),
|
|
|
+ new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.AllDayTime_Int, deviceallTime),
|
|
|
new UpdateItem(T_Col_Name.App_Vertiv_MachineInfoOeeData.Duration_Dec, OeeValue));
|
|
|
|
|
|
}
|