List list = partyerService.queryListByMobile(mobile);
String id = ((Hashtable) list.get(0)).get("id").toString();
//总数
List listAll = this.queryByCreateSQLQuery(sql,new Object[] {});
((BigDecimal)listAll.get(0)).intValue();
List list = partyerService.queryListByMobile(mobile);
String id = ((Hashtable) list.get(0)).get("id").toString();
//总数
List listAll = this.queryByCreateSQLQuery(sql,new Object[] {});
((BigDecimal)listAll.get(0)).intValue();