|
@@ -40,6 +40,7 @@ public class TBOrgController {
|
|
private CacheManager cacheManager;
|
|
private CacheManager cacheManager;
|
|
|
|
|
|
// @CachePut(value = "org_cache", key = "'orgCacheQuery'")
|
|
// @CachePut(value = "org_cache", key = "'orgCacheQuery'")
|
|
|
|
+// @Cacheable(value = "org_cache", key = "#p0")
|
|
@ApiOperation(value = "机构查询接口")
|
|
@ApiOperation(value = "机构查询接口")
|
|
@RequestMapping(value = "/query", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/query", method = RequestMethod.GET)
|
|
@ApiResponses({@ApiResponse(code = 200, message = "机构信息", response = TBOrg.class)})
|
|
@ApiResponses({@ApiResponse(code = 200, message = "机构信息", response = TBOrg.class)})
|