docs: align comments with tdengine history path
This commit is contained in:
@@ -28,7 +28,7 @@ public final class VehicleStateController {
|
||||
|
||||
@GetMapping("/{vin}")
|
||||
public ResponseEntity<String> state(@PathVariable String vin) {
|
||||
// 查询的是 Redis 最新状态快照,不是 event-file-store 的历史 snapshot。
|
||||
// 查询的是 Redis 最新状态快照,不是历史明细库。
|
||||
return json(repository.getState(vin));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user