20220606 修改遗漏 赛鼎公司名称字样
This commit is contained in:
@@ -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>();
|
||||
//木工
|
||||
|
||||
Reference in New Issue
Block a user