Commit 7f2bcea5 authored by 马超's avatar 马超

doc: 新版自动填充注解文档

parent 79b3a4f2
......@@ -421,3 +421,6 @@ http://服务域名或ip:9080/mcs
初始密码:1234561
PS:如果需用部署流程系统,则参照[BPM安装部署文档.md](流程系统集成/BPM安装部署文档.md)
​ 如果需要部署报表系统,则参照[报表系统安装部署文档.md](报表系统集成/报表系统安装部署文档.md)
......@@ -278,7 +278,7 @@ page(page);
public List<LdpArea> ldpAreas;
```
关联查询,在mapper.xml中先声明一个resultMap,再写查询语句,返回指定为对应的resultMap,由于这里是一多,所以使用`collection`作为关联填充,如果是一对一,则使用`association`
关联查询,在mapper.xml中先声明一个resultMap,再写查询语句,返回指定为对应的resultMap,由于这里是一多,所以使用`collection`作为关联填充,如果是一对一,则使用`association`
```xml
<resultMap id="BaseResultMapToOne" type="com.sinra.ldp.example.entity.LdpCity">
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment