Compare commits
2 Commits
f6d3908088
...
89786c9dfa
| Author | SHA1 | Date | |
|---|---|---|---|
| 89786c9dfa | |||
|
|
bd68af1f58 |
@@ -205,7 +205,6 @@ func messageHandler(client mqtt.Client, msg mqtt.Message) {
|
||||
return
|
||||
}
|
||||
|
||||
// Build insert statement
|
||||
columns := []string{"plant_id", "mfm_meter_id"}
|
||||
placeholders := []string{"$1", "$2"}
|
||||
args := []interface{}{plantID, mfmMeterID}
|
||||
|
||||
Reference in New Issue
Block a user