风-fmgao

导航

05 2020 档案

mybatis批量操作
摘要:一、批量查找: 1、参数是一个 List<T> getList(@Param("param") String param); <select id="getList" parameterType="java.lang.String" resultType="com.xxx.entity.T"> SE 阅读全文

posted @ 2020-05-26 10:53 风-fmgao 阅读(405) 评论(0) 推荐(0)

java操作excel
摘要:一、java代码生产excel 1、下载模板 /** * 下载导入模板 * * @param authCode * @param templateType * @param servletResponse * @return */ @GetMapping("/downloadTemplate") p 阅读全文

posted @ 2020-05-26 09:20 风-fmgao 阅读(389) 评论(0) 推荐(0)