Пример #1
0
 // 查询今天已经联系的客户
 public String todayRelationCustomer() {
   Agent agent = CRMHelper.getCurrentAgent();
   List<Customer> list = service.todayRelationCustomer(agent);
   this.getRequest().setAttribute("customerList", list);
   return "todayRelation";
 }