Example #1
0
 /**
  * 地震目录查询结果(按圆形区域)
  *
  * @return
  */
 public String listRound() {
   // 设定按圆形区域查询条件
   model.setIsRoundQuery(SeismicConstants.ROUND_QUERY_YES);
   list();
   return "listRound";
 }
Example #2
0
 /** 地震目录查询(按圆形区域) */
 public String indexRound() {
   // 设定按圆形区域查询条件
   model.setIsRoundQuery(SeismicConstants.ROUND_QUERY_YES);
   index();
   return "indexRound";
 }