@@ -55,6 +55,6 @@ class StationCacheShelfGrid extends Model
$col = $arr[2][0] ?? 0; // 列
$row = $arr[3][0] ?? 0; // 行
$gridId = ($row-1)*3 + $col;
- return [$stationCode,$gridId];
+ return [$stationCode,$gridId,$row,$col];
}