【review】评审

This commit is contained in:
zer0Black
2023-05-18 16:31:15 +08:00
parent f68b6756c1
commit 4f9214a48c
@@ -284,6 +284,7 @@ public class ReportManageConroller {
return Result.success();
}
// TODO 测试完不需要的代码请删掉,然后再把这个TODO也删掉
/**
* 测试
*/
@@ -294,6 +295,8 @@ public class ReportManageConroller {
stringRedisTemplate.boundValueOps("1121212").set("1212");
}
// TODO 测试完不需要的代码请删掉,然后再把这个TODO也删掉
@ApiOperation("testPath")
@GetMapping("/testPath")
@Deprecated