Ejemplo n.º 1
0
  // 获取PlanView备份数据
  private List<PlanView> getBackupsListPlan(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<PlanView> backupsListPlan = clientmapper.getBackupsListPlan(params);

    return backupsListPlan;
  }