提交代码
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user