Commit fdc78c73 authored by unset's avatar unset

影像图库新增批量上下架以及删除接口

parent 4c05c59d
......@@ -48,4 +48,11 @@ public class NoticeInfoWebController extends BaseController<NoticeInfoBiz,Notice
noticeInfoDto.setUserId(Integer.parseInt(getCurrentUserId()));
return baseBiz.updateAll(noticeInfoDto);
}
@GetMapping(value = "countObj")
public ObjectRestResponse countObj(NoticeInfoDto noticeInfoDto) {
noticeInfoDto.setUserId(Integer.parseInt(getCurrentUserId()));
return baseBiz.countObj(noticeInfoDto);
}
}
\ No newline at end of file
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