陶杰
2024-11-27 f98f8be572e8701c7a3c5082a7087b8b44b22126
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);
    }
}