Exemplo n.º 1
0
 /**
  * doGetstatChart(统计图)
  *
  * @param name
  * @param @return 设定文件
  * @return String DOM对象 @Exception 异常对象
  * @since CodingExample Ver(编码范例查看) 1.1
  */
 public String doGetstatChart() {
   try {
     setJstr(UtilPlot.setColPieData(b00401Service.statDevide(getSessionUserPO().getCorpid())));
   } catch (Exception e) {
     e.printStackTrace();
   }
   return JSON_STR;
 }
Exemplo n.º 2
0
  /**
   * doGetStat(统计查询)
   *
   * @param name
   * @param @return 设定文件
   * @return String DOM对象 @Exception 异常对象
   * @since CodingExample Ver(编码范例查看) 1.1
   */
  public String doGetStat() {
    try {
      list = b00401Service.statDevide(getSessionUserPO().getCorpid());

    } catch (Exception e) {
      e.printStackTrace();
    }
    return "stat";
  }