Ejemplo n.º 1
0
 public List <TPZEntry_InfoModal> SelectPZFLB_ZH()
 {
     try
     {
         Dictionary <string, object> dictionary = null;
         string str = "aisino.fwkp.Fpzpz.SelectPZFLB_ZH";
         return(Tool.ArrayListToListPZFLB(this.baseDao.querySQL(str, dictionary), 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);
 }
Ejemplo n.º 2
0
 public List <TPZEntry_InfoModal> SelectPZFLB_ZH_DJXX(string strZH)
 {
     try
     {
         Dictionary <string, object> dictionary = new Dictionary <string, object>();
         int result = 0;
         int.TryParse(strZH, out result);
         dictionary.Add("iZH", result);
         string str = "aisino.fwkp.Fpzpz.SelectPZFLB_ZH_DJXX";
         return(Tool.ArrayListToListPZFLB(this.baseDao.querySQL(str, dictionary), 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);
 }