修复以code为插入依据可能导致的bug

This commit is contained in:
Yu Sun
2022-08-11 16:02:25 +08:00
parent f262e55698
commit fd7e58c02c

View File

@@ -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]
);
}