EasyUI多选下拉框的取值和赋值



 

@RequestMapping("/getCodeList")
 public void getCodeList(HttpServletResponse resp){
  ResUtil.resp(resp,JSON.toJSON(bizGuideMapper.getCodeList()).toString().toLowerCase());
 }
@Select("select id,NAME as text from BIZ_DOWNLOAD" )
 @ResultType(value=HashMap.class)
 public List> getCodeList();

  资料下载:   

你可能感兴趣的:(EasyUI,相关,MyBatis,相关)