提交 525f0727 authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 318d1c93
......@@ -216,6 +216,7 @@ public class ArticleLibraryController {
}
for (ArticleLibrary entity : list) {
entity.setStatus(form.getStatus());
entity.setUpdateTime(new Date());
if (!service.updateByPrimaryKey(entity)) {
throw new BusinessValidateException("操作失败");
}
......
......@@ -375,6 +375,7 @@ public class EbookController {
}
Ebook eb = new Ebook();
eb.setBookStatus(bookStatus.getCode());
eb.setUpdateTime(new Date());
ebookservice.UpdateByExampleSelective(eb,example);
return true;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论