@@ -53,7 +53,7 @@
where dir_id = #{id}
AND rel_type = 'account'
<if test=" status!=null">
- t1.data_status = #{status}
+ AND t1.data_status = #{status}
</if>
<if test="accountIds!=null">
AND rel_id IN