@@ -104,6 +104,9 @@ func ReadHqExcel(filePath string) {
continue
}
// 没有数据
+ if len(rows[row]) <= col {
+ continue
+ }
if rows[row][col] == "" {