陶杰
2024-12-24 5b275c38c82bd54496dc2b2d268cde1ec9ec2b29
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);
    }
}