提交代码

This commit is contained in:
2024-06-27 15:35:38 +08:00
parent d0f94051b7
commit b09d7f3f70
11 changed files with 349 additions and 34 deletions
@@ -476,8 +476,7 @@ namespace FineUIPro.Web.JDGL.Check
{
WeekPlan.Remark = col7;
}
int num = (from x in Funs.DB.JDGL_WeekPlan where x.WeekNo == weekNo && x.ProjectId == this.CurrUser.LoginProjectId select x).Count();
WeekPlan.SortIndex = num + 1;
WeekPlan.SortIndex = i + 1;
WeekPlan.WeekPlanId = SQLHelper.GetNewID(typeof(Model.JDGL_WeekPlan));
WeekPlans.Add(WeekPlan);
}