Exemplo n.º 1
0
 //加载时判断本周是否插入过工作总结
 void Isfirst()
 {
     Entity.SummarizeEntity model = new Entity.SummarizeEntity();
     model = new BLL.SummarizeBLL().GetThisWeekModelbByUid(UserId);
     if (model != null)
     {
         this.txtTitle.Text     = model.Sutitle;
         this.kindeditor.Value  = model.Sutext;
         this.hidRecordID.Value = "update";
     }
 }
 //加载时判断本周是否插入过工作总结
 void Isfirst()
 {
     Entity.SummarizeEntity model = new Entity.SummarizeEntity();
     model = new BLL.SummarizeBLL().GetThisWeekModelbByUid(UserId);
     if (model != null)
     {
         this.txtTitle.Text = model.Sutitle;
         this.FCKeditor1.Value = model.Sutext;
         this.hidRecordID.Value = "update";
     }
 }