Showing
1 changed file
with
0 additions
and
1 deletions
| ... | ... | @@ -162,7 +162,6 @@ public class ContractDistributorStandardServiceImpl extends |
| 162 | 162 | return getBaseMapper().query(vo); |
| 163 | 163 | } |
| 164 | 164 | |
| 165 | - @Cacheable(value = ContractDistributorStandard.CACHE_NAME, key = "@cacheVariables.tenantId() + #id", unless = "#result == null") | |
| 166 | 165 | @Override |
| 167 | 166 | public ContractDistributorStandard findById(String id) { |
| 168 | 167 | ... | ... |