Skip to content

Commit

Permalink
fix: fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhai committed Mar 22, 2024
1 parent f2d7ba2 commit 9cc2555
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ func ModbusPointsExport(c *gin.Context, ruleEngine typex.RuleX) {
fmt.Sprintf("%d", *record.SlaverId),
fmt.Sprintf("%d", *record.Address),
fmt.Sprintf("%d", *record.Quantity),
record.Type,
record.Order,
record.DataType,
record.DataOrder,
fmt.Sprintf("%f", *record.Weight),
}
cell, _ = excelize.CoordinatesToCellName(1, idx+2)
Expand Down

0 comments on commit 9cc2555

Please sign in to comment.