|
|
|
@ -219,7 +219,7 @@ public class LandListedServiceImpl extends ServiceImpl<LandListedMapper, LandLis
|
|
|
|
|
landListeds.forEach(landListed -> { |
|
|
|
|
list.add(entityToList(landListed)); |
|
|
|
|
}); |
|
|
|
|
redisUtil.setCacheObject("/exportAllLandListExcel",list,10, TimeUnit.MINUTES); |
|
|
|
|
redisUtil.setCacheObject("/exportAllLandListExcel",list,15, TimeUnit.MINUTES); |
|
|
|
|
return list; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|