requirement表的实现

This commit is contained in:
2025-06-27 18:36:46 +08:00
parent 0719c6506a
commit 36ff5ca586

View File

@@ -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_oa_project p ON r.project_id = p.project_id
<where>
r.del_flag = 0
<if test="ew != null and ew.sqlSegment != null">
${ew.sqlSegment}
${ew.customSqlSegment}
</if>
</where>
</select>