该文被密码保护。 阅读全文
posted @ 2018-01-15 18:48 林夕Emma 阅读(0) 评论(0) 推荐(0)
摘要: ①思路 ②上代码 Controller调service中封装的方法 service Mapper xxMapper.xml 阅读全文
posted @ 2018-01-15 18:32 林夕Emma 阅读(703) 评论(0) 推荐(0)
摘要: 报错信息: 错误分析: 由于mybatis拼接的sql语句参数过多导致 解决办法: 不用mybatis的批处理 ①配置文件 applicationContext-mybatis.xml ②service层注入 ③自己封装的方法,在service曾,用于批量insert ④controller中调 ⑤ 阅读全文
posted @ 2018-01-15 18:17 林夕Emma 阅读(5775) 评论(0) 推荐(0)