Commit 294a7881 authored by 周健威's avatar 周健威

添加随车物品功能

parent 0959d78a
......@@ -92,7 +92,7 @@ public class AccompanyingItemBiz extends BaseBiz<AccompanyingItemMapper, Accompa
return RestResponse.suc();
}
@Cache(key = RedisKey.ACCOMPANYING_ITEM_CACHE_ALL_APP)
@Cache(key = RedisKey.ACCOMPANYING_ITEM_CACHE_ALL_APP+ "{1}")
public List<AccompanyingItemVo> listAllItem(List<Integer> types){
List<AccompanyingItemVo> accompanyingItemVos = new ArrayList<>();
Example example = new Example(AccompanyingItem.class);
......
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