From 516ba4b650a58c367232273124a1ac966f35b5ca Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 23 十一月 2021 10:42:45 +0800
Subject: [PATCH] 专家资料查询

---
 zhengcaioa/IServices/IExpertService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/IServices/IExpertService.cs b/zhengcaioa/IServices/IExpertService.cs
index 56c5057..7411259 100644
--- a/zhengcaioa/IServices/IExpertService.cs
+++ b/zhengcaioa/IServices/IExpertService.cs
@@ -15,7 +15,7 @@
 
         ResultEntity ModifyStatus(string id, string userid);
 
-        List<ExpertDTO> GetList();
+        List<ExpertDTO> GetList(string[] id = null);
 
         ResultEntity SaveExpPromote(ExpertPromoteDTO expertPromoteDTO);
 

--
Gitblit v1.9.1