提交代码

This commit is contained in:
2024-02-01 16:50:35 +08:00
parent 8782bbff79
commit 79d0272455
8 changed files with 158 additions and 46 deletions
@@ -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 树菜单