2016年9月16日

mybaties接受 对象.属性 参数

摘要: @InitBinder("customerBean") public void initBinderFormBean1(WebDataBinder binder) { binder.setFieldDefaultPrefix("customerBean."); } 阅读全文

posted @ 2016-09-16 18:39 静以修身! 阅读(674) 评论(0) 推荐(0) 编辑

mybaties controller中总会优先执行方法

摘要: @ModelAttribute public CheckLoanContract get(@RequestParam(required=false) String id) { CheckLoanContract entity = null; if (StringUtils.isNotBlank(id 阅读全文

posted @ 2016-09-16 18:39 静以修身! 阅读(281) 评论(0) 推荐(0) 编辑

导航