@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="auditResult != null and auditResult != ''"> and audit_result = #{auditResult}</if>
<if test="remarks != null and remarks != ''"> and remarks = #{remarks}</if>
<if test="deptId != null "> and dept_id like concat(concat('%', #{deptId}), '%')</if>
+ ${params.dataScope}
</where>
</select>