Ejemplo n.º 1
0
 public List <Fpxx> SelectPageXXFP(Dictionary <string, object> dict)
 {
     try
     {
         string str = "aisino.fwkp.Fpzpz.SelectFPXX_TiaoJian";
         return(Tool.ArrayListToListFpxx(this.baseDao.querySQL(str, dict), this.loger));
     }
     catch (BaseException exception)
     {
         this.loger.Error(exception.Message);
         ExceptionHandler.HandleError(exception);
     }
     catch (Exception exception2)
     {
         this.loger.Error(exception2.Message);
         ExceptionHandler.HandleError(exception2);
     }
     return(null);
 }