cloudroam
2024-11-08 6b68d921bcdb83ac4e33c521f0d5f8b4f6f18584
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);
    }
}