WaterPredict/IStation.ChEr.DAL.WaterPredict/BLL/WaterPredict.cs
@@ -102,7 +102,7 @@ t.LastPredictValue = model.LastPredictValue; t.LastPredictTime = DateTime.Now; t.PredictValueList = model.PredictValueList; db.Updateable<Entity.WaterPredictRecord>(t).UpdateColumns(t => new { t.LastPredictValue, t.LastPredictTime, t.PredictValueList }).Where(t => t.ID == model.ID).ExecuteCommand(); db.Updateable<Entity.WaterPredictRecord>(t).UpdateColumns(t => new { t.LastPredictValue, t.LastPredictTime, t.PredictValueList, t.Description }).Where(t => t.ID == model.ID).ExecuteCommand(); } } }