提交 f98a9583 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码 [Spring Boot]

上级 7d29d065
......@@ -219,6 +219,15 @@
where write_uid=#{id}
</select>
<!--数据集合[Active]-->
<select id="searchActive" parameterType="cn.ibizlab.businesscentral.core.odoo_base.filter.Res_usersSearchContext" resultMap="Res_usersResultMap">
select t1.* from (
<include refid="Active" />
)t1
<where><if test="ew!=null and ew.sqlSegment!=null and !ew.emptyOfWhere">${ew.sqlSegment}</if></where>
<if test="ew!=null and ew.sqlSegment!=null and ew.emptyOfWhere">${ew.sqlSegment}</if>
</select>
<!--数据集合[Default]-->
<select id="searchDefault" parameterType="cn.ibizlab.businesscentral.core.odoo_base.filter.Res_usersSearchContext" resultMap="Res_usersResultMap">
select t1.* from (
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册