陶杰
2024-12-09 f2728ef322de546ef885e21ea99183bfc7b18f24
src/main/java/com/mzl/flower/service/supplier/SupplierService.java
@@ -214,7 +214,7 @@
        supplierMapper.updateById(supplier);
    }
    public Supplier getSupplierById(String supplierId) {
    public Supplier getSupplierById(Long supplierId) {
        return supplierMapper.selectById(supplierId);
    }
}