10 2022 档案

摘要:/** * 导出部分校历详细条目列表 * @param response * @param ids */@PostMapping("/export/{ids}")public void export(HttpServletResponse response, @PathVariable("ids") 阅读全文
posted @ 2022-10-08 13:06 FFly147 阅读(223) 评论(0) 推荐(0)
摘要:public int deleteSchoolCalendarDetailByIds(String ids) { List<String> list = new ArrayList<>(); String str[] = ids.split(","); list = Arrays.asList(st 阅读全文
posted @ 2022-10-07 20:15 FFly147 阅读(31) 评论(0) 推荐(0)