Commit 1dd43b76 authored by 黄奎's avatar 黄奎

页面修改

parent 76256ccd
......@@ -116,7 +116,7 @@ WHERE 1=1
if (item.ClassDate != newChangePlanItemModel.ClassDate)
{
logContent += string.Format("日期由【{0}】修改为【{1}】.", Common.ConvertHelper.FormatDate(item.ClassDate), Common.ConvertHelper.FormatDate(newChangePlanItemModel.ClassDate));
builder.AppendFormat(" update RB_Class_Plan SET ClassDate='{0}' where ClassPlanId ={1};", newChangePlanItemModel.ClassDate, item.ClassPlanId);
builder.AppendFormat(" update RB_Class_Plan SET ClassDate='{0}' where ClassPlanId ={1};", Common.ConvertHelper.FormatDate(newChangePlanItemModel.ClassDate), item.ClassPlanId);
}
foreach (var itemOldTime in item.PlanTimeList)//修改或者删除之前的
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment