Mybatis根据id批量更新

控制层:html /** * 产品下架 */ @RequestMapping(value = "/shelfDown", method = RequestMethod.POST ) public @ResponseBody Bean shelfDown(Integer[] ids) { int result = zgoodsService.shelfDown(ids);
相关文章
相关标签/搜索