cloudroam
2024-12-25 40915e4e8d54513acccd0fbdb33274e496ac1c69
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);
    }
}