Commit 7e105684 authored by nie'hong's avatar nie'hong

修改-修改展板报错

parent 775a6789
...@@ -207,10 +207,10 @@ public class ExhibitionBoardController extends BaseController { ...@@ -207,10 +207,10 @@ public class ExhibitionBoardController extends BaseController {
} }
// 2021-05-31修改后 // 2021-05-31修改后
audioIdList.addAll(datumIdList); // audioIdList.addAll(datumIdList);
if (CollectionUtil.isNotEmpty(audioIdList)) { // if (CollectionUtil.isNotEmpty(audioIdList)) {
removeNotInIds(audioIdList, exhibitionBoard.getId()); // removeNotInIds(audioIdList, exhibitionBoard.getId());
} // }
final ExhibitionBoard one = this.exhibitionBoardService.getById(exhibitionBoard.getId()); final ExhibitionBoard one = this.exhibitionBoardService.getById(exhibitionBoard.getId());
one.setAuditStatus(AuditStatusEnum.TBC.name()); one.setAuditStatus(AuditStatusEnum.TBC.name());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment