Mybatis-plus的update方法

图为mybatis-plus的方法,如下代码为测试代码sql @RequestMapping("/getInfo2") public String updateInfo() { QueryWrapper<SdTest> queryWrapper = new QueryWrapper<SdTest>(); queryWrapper.eq("flag", "1"); //DocSet s
相关文章
相关标签/搜索