摘要: 其实只需要在map前面加上@RequestParam参数即可,jsp的name等都不变 public String queryByCondition(@RequestParam Map<String, String> params, BuyerDO buyer, Model model){ 阅读全文
posted @ 2017-06-07 11:44 倚天剑雨 阅读(12529) 评论(0) 推荐(1) 编辑