当前使用版本(必须填写清楚,否则不予处理)
3.3.1
该问题是怎么引起的?(最新版上已修复的会直接close掉)
articleDao.update(article,new UpdateWrapper<Article>().eq("id",article.getId()).set("IS_DELETE",1))
是否是优雅的写法
3.3.1
articleDao.update(article,new UpdateWrapper<Article>().eq("id",article.getId()).set("IS_DELETE",1))
是否是优雅的写法