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