Ejemplo n.º 1
0
 /**
  * 查询客户联系方式
  *
  * @throws Exception
  */
 @ResponseBody
 @RequestMapping(value = "findCusSelContact.htm")
 public Object customerSelContact(
     @ReqAttr(value = "USER_INFO") OkdUserInof userInof,
     @RequestParam Map<String, String> reqParam,
     HttpServletRequest request)
     throws Exception {
   return customerService.customerSelContact(userInof, reqParam);
 }