params.get("schId") + "%");
}
Page<BatchSchedule> page = batchSrv.findSchPage(search);
Map<String, IFormatter> fmt = new HashMap<String, IFormatter>();
fmt.put("updateTime", new ADDateFormatter());
fmt.put("schType", new I18NFormatter("sch.schType."));
return new GridResult(page.getContent(), page.getTotalRow(), fmt);
}// ;