|
@@ -151,7 +151,7 @@ func getCellValueByType(value string, valueType int, tableDataList [][]LuckyShee
|
|
|
}
|
|
|
if len(coordIntArr) == 2 {
|
|
|
x, y := coordIntArr[0]-1, coordIntArr[1]-1
|
|
|
- conditionValue, err := strconv.ParseFloat(tableDataList[x][y].Monitor, 64)
|
|
|
+ conditionValue, err := strconv.ParseFloat(tableDataList[y][x].Monitor, 64)
|
|
|
if err != nil {
|
|
|
return 0, false
|
|
|
}
|