Commit 9d9c798a authored by 马超's avatar 马超

doc: 更新文档

parent a1c117a0
...@@ -1156,7 +1156,11 @@ Hibernate列表查询以及分页查询在普通的条件查询上做了扩展 ...@@ -1156,7 +1156,11 @@ Hibernate列表查询以及分页查询在普通的条件查询上做了扩展
```xml ```xml
<!-- 使用in查询用户信息 --> <!-- 使用in查询用户信息 -->
<query id="example_in_params" author="machao" remark="使用条件in"> <query id="example_in_params" author="machao" remark="使用条件in">
<sql>select * from ldp_mcs_user_info where # id in (:ids) #</sql> <sql>
<![CDATA[
select * from ldp_mcs_user_info where # id in (:ids) #
]]>
</sql>
</query> </query>
``` ```
......
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