feat:DATA BASE查询探测器的注解内容修改
This commit is contained in:
parent
f404f4f365
commit
88794f21c2
|
@ -41,7 +41,7 @@ public class GardsSampleDataController {
|
|||
}
|
||||
|
||||
@GetMapping("findDetectors")
|
||||
@ApiOperation(value = "查询台站相关信息", notes = "查询台站相关信息")
|
||||
@ApiOperation(value = "查询探测器相关信息", notes = "查询探测器相关信息")
|
||||
public Map<Integer, String> findDetectors(){
|
||||
Map<Integer, String> detectorsMap = (Map<Integer, String>)redisUtil.get("detectorsMap");
|
||||
return detectorsMap;
|
||||
|
|
Loading…
Reference in New Issue
Block a user