Commit 1b12c9f1 authored by hezhen's avatar hezhen

修改

parent 811bd86b
...@@ -37,7 +37,6 @@ public class TourTagBiz extends BaseBiz<TourTagMapper,TourTag> { ...@@ -37,7 +37,6 @@ public class TourTagBiz extends BaseBiz<TourTagMapper,TourTag> {
@Autowired @Autowired
private TourTagBiz tagBiz; private TourTagBiz tagBiz;
@Cache(key = RedisKey.CONSTANT_CODE_PREFIX_HOTTAG)
public List<TourTag> getHotTag() { public List<TourTag> getHotTag() {
TourTag tag = new TourTag(); TourTag tag = new TourTag();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment