This commit is contained in:
gaofei
2022-06-06 11:23:52 +08:00
42 changed files with 1355 additions and 1136 deletions
@@ -171,7 +171,7 @@ namespace FineUIPro.Web.common
var persons = from x in db.SitePerson_Person where x.ProjectId == this.CurrUser.LoginProjectId && x.IsUsed == true select x;
var posts = (from x in persons
join y in db.Base_WorkPost on x.WorkPostId equals y.WorkPostId
select y).Distinct().ToList();
select y).Distinct();
Model.SingleSerie s = new Model.SingleSerie();
List<double> listdata = new List<double>();
//木工