@@ -220,6 +220,8 @@
INNER JOIN sys_user su ON jr.company_id = su.company_id
]]>
<where>
+ jre.del_flag = 0
+ and jr.status_ = '1'
<if test="searchParams.id != null">
and su.id_ = #{searchParams.id}
</if>