Ejemplo n.º 1
0
  // 获取ChanceView备份数据
  private List<ChanceView> getBackupsListChance(Date synTime, long userId) {
    // TODO Auto-generated method stub
    Map<String, Object> params = new HashMap<String, Object>();
    params.put("lastSynTime", synTime);
    params.put("userId", userId);
    List<ChanceView> backupsListChance = clientmapper.getBackupsListChance(params);

    return backupsListChance;
  }