Пример #1
0
 public string GetBtnPowerUsers(int id)
 {
     try
     {
         return(powerHandler.GetBtnPowerUsers(id));
     }
     catch (TuhuBizException)
     {
         throw;
     }
     catch (Exception innerEx)
     {
         var exception = new LogisticException(BizErrorCode.SystemError, "获取步骤表单按钮权限出错", innerEx);
         logger.Log(Level.Error, exception, "Error occurred in getting button_power information.");
         throw exception;
     }
 }