增加供应商供应商品的配置模块和取消规则配置功能
This commit is contained in:
parent
0183df184b
commit
0c7d51fdaa
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue