陶杰
2024-10-28 66f57ebef36c03353609ad3b2b6623396b5061a4
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);
    }
}