Commit 7a9b64fe7f68e9e8e0c2fd72ba4c087f75ae369b

Authored by 房远帅
1 parent 5e1d7382

楚江ERP:合同去除缓存

... ... @@ -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
... ...