提交代码
This commit is contained in:
@@ -72,7 +72,7 @@ namespace FineUIPro.Web.Transfer.Chart
|
||||
//查询当前日期中的system的具体数目,去除重复
|
||||
var list = Funs.DB.View_TransferDetail.Where(x => x.Projectid == ProjectId
|
||||
&& x.FDate >= sTime && x.FDate <= eTime).ToList();
|
||||
|
||||
|
||||
var SystemList = (from x in list select x.SystemName).Distinct();
|
||||
|
||||
//先加载左侧system 树菜单
|
||||
|
||||
Reference in New Issue
Block a user