예제 #1
0
 public List <SPBMModal> SelectSPBM_CH()
 {
     try
     {
         string str = "aisino.fwkp.Fpzpz.SelectSPBM_CH";
         return(Tool.ArrayListToListSPBMModal(this.baseDao.querySQL(str, null), 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);
 }
예제 #2
0
 public List <SPBMModal> SelectSPBM_BM(string strBM)
 {
     try
     {
         Dictionary <string, object> dictionary = new Dictionary <string, object>();
         string str = "aisino.fwkp.Fpzpz.SelectSPBM_BM";
         dictionary.Add("strBM", strBM);
         return(Tool.ArrayListToListSPBMModal(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);
 }