Ejemplo n.º 1
0
 public bool Updata(Aisino.Fwkp.HzfpHy.Model.HZFPHY_SQD_MX model)
 {
     this.dict.Clear();
     this.dict.Add("SQDH", model.SQDH);
     this.dict.Add("MXXH", model.MXXH);
     this.dict.Add("JE", model.JE);
     this.dict.Add("SPMC", model.SPMC);
     this.dict.Add("HSJBZ", model.HSJBZ);
     this.dict.Add("FPHXZ", model.FPHXZ);
     this.dict.Add("FlBM", model.FLBM);
     this.dict.Add("QYSPBM", model.QYSPBM);
     this.dict.Add("SFXSYHZC", model.SFXSYHZC);
     this.dict.Add("LSLBS", model.LSLBS);
     this.dict.Add("FLBM", model.FLBM);
     this.dict.Add("QYSPBM", model.QYSPBM);
     this.dict.Add("SFXSYHZC", model.SFXSYHZC);
     this.dict.Add("YHZCMC", model.YHZCMC);
     this.dict.Add("LSLBS", model.LSLBS);
     if (this.baseDao.未确认DAO方法2_疑似updateSQL("aisino.Fwkp.HzfpHy.UpdateSQDMX", this.dict) <= 0)
     {
         return(false);
     }
     return(true);
 }
Ejemplo n.º 2
0
 public bool Updata(Aisino.Fwkp.HzfpHy.Model.HZFPHY_SQD_MX model)
 {
     return(this.dal.Updata(model));
 }