requirement表的实现
This commit is contained in:
@@ -33,8 +33,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
LEFT JOIN sys_user u2 ON r.owner_id = u2.user_id
|
LEFT JOIN sys_user u2 ON r.owner_id = u2.user_id
|
||||||
LEFT JOIN sys_oa_project p ON r.project_id = p.project_id
|
LEFT JOIN sys_oa_project p ON r.project_id = p.project_id
|
||||||
<where>
|
<where>
|
||||||
|
r.del_flag = 0
|
||||||
<if test="ew != null and ew.sqlSegment != null">
|
<if test="ew != null and ew.sqlSegment != null">
|
||||||
${ew.sqlSegment}
|
${ew.customSqlSegment}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user