08 2020 档案

摘要:错误背景 多表联查 SQL: 错误原因 两张表编码不相同,确切说两张表关联字段编码不相同 下面是两张表详细情况(请仔细查看,表的编码和关联字段及其编码已框起来): 最后,改过来就好了 阅读全文
posted @ 2020-08-07 11:11 风子磊 阅读(4632) 评论(0) 推荐(0)
摘要:1,批量添加 批量插入数据使用的sql语句是: insert into table (字段一,字段二,字段三) values(xx,xx,xx),(oo,oo,oo) mapper文件: int insertBatch(List<TmApplyTemplateDetail> applyTemplat 阅读全文
posted @ 2020-08-04 11:14 风子磊 阅读(7559) 评论(4) 推荐(0)