Ejemplo n.º 1
0
  // 获取PlanInfoView备份数据
  private List<PlanInfoView> getBackupsListPlanInfo(Date synTime, long userId) {
    Map<String, Object> params = new HashMap<String, Object>();
    params.put("lastSynTime", synTime);
    params.put("userId", userId);
    List<PlanInfoView> backupsListPlanInfo = clientmapper.getBackupsListPlanInfo(params);

    return backupsListPlanInfo;
  }