Mybatis根據id批量更新

控制層:html /** * 產品下架 */ @RequestMapping(value = "/shelfDown", method = RequestMethod.POST ) public @ResponseBody Bean shelfDown(Integer[] ids) { int result = zgoodsService.shelfDown(ids);
相關文章
相關標籤/搜索