增加供应商供应商品的配置模块和取消规则配置功能

This commit is contained in:
lulz1 2024-04-12 17:34:45 +08:00
parent 0183df184b
commit 0c7d51fdaa
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class SupplierRepositoryImpl implements SupplierRepository {
return jdbcSupplierRepository.findById(id);
}
// @Cacheable(value = "supplier", key = "#supplierName")
@Cacheable(value = "supplier", key = "#supplierName")
@Override
public Optional<Supplier> findBySupplierName(String supplierName) {
return jdbcSupplierRepository.findByName(supplierName);