mybatis 遍历Map

foreach 遍历map 进行insert ####测试代码java @Autowired private UserMapper userMapper; @RequestMapping("/test") public void test(){ Map<String,String> map=new HashMap<>(); map.put(
相关文章
相关标签/搜索