提交 a24a0765 authored 作者: wangmenglong's avatar wangmenglong

增加修改状态接口

上级 97880c17
...@@ -71,7 +71,7 @@ public class IndustryServiceImpl extends ServiceImpl<IndustryMapper, Industry> i ...@@ -71,7 +71,7 @@ public class IndustryServiceImpl extends ServiceImpl<IndustryMapper, Industry> i
* expire:过期时间(需配合缓存配置) * expire:过期时间(需配合缓存配置)
*/ */
@Cacheable( @Cacheable(
value = "industryList", value = "jxjyIndustryList",
key = "'all'" // 全量列表用固定 key key = "'all'" // 全量列表用固定 key
, unless = "#result == null" , unless = "#result == null"
) )
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论