feat:DATA BASE查询探测器的注解内容修改

This commit is contained in:
qiaoqinzheng 2023-05-23 11:10:20 +08:00
parent f404f4f365
commit 88794f21c2

View File

@ -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;