@@ -49,6 +49,7 @@
AND t. STATUS = #{status}
and t.org_id = #{orgId}
and u.org_id = #{orgId}
+ and u.status = 1
ORDER BY
t.create_date DESC
</select>