20220606 修改遗漏 赛鼎公司名称字样

This commit is contained in:
2022-06-06 09:20:51 +08:00
parent 31a7840cda
commit 5352c4784f
30 changed files with 975 additions and 911 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>();
//木工