02 2018 档案
摘要:@RequestMapping("/exportVip") @ResponseBody public void exportVip(HttpServletRequest request, HttpServletResponse response, String time) throws IOException { //查询需要导出的数据 List...
阅读全文
摘要:批量新增<insert id="insertList"> insert into sea_user (id, username,`time`) values <foreach collection="list" item="item" index="index" separator=","> (re
阅读全文
摘要:/** * Excel导入 * @param request * @param file * @return * @throws Exception */@RequestMapping("/test.do")public Object test(HttpServletRequest request,
阅读全文