diff --git a/EdgeManager/EDataCapture/ENodeConfigure.php b/EdgeManager/EDataCapture/ENodeConfigure.php index 7197aa3..da33153 100644 --- a/EdgeManager/EDataCapture/ENodeConfigure.php +++ b/EdgeManager/EDataCapture/ENodeConfigure.php @@ -111,7 +111,7 @@ class ENodeConfigure { $this -> dbconn, 'hf_mes_scada_data_capture_node_configure', (array) $this -> post, - ['code' => $this -> post -> code] + ['id' => $this -> post -> id] ); }