duheng
2024-05-29 b4189107397fb4e2da2bd9343d0eb85d44918932
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();
                    }
                }
            }