cloudroam
2024-10-24 d19b094bde681e2a261ff28a088dd969b68ac65c
src/main/java/com/mzl/flower/service/supplier/SupplierService.java
@@ -213,4 +213,8 @@
        supplier.update(SecurityUtils.getUserId());
        supplierMapper.updateById(supplier);
    }
    public Supplier getSupplierById(String supplierId) {
        return supplierMapper.selectById(supplierId);
    }
}