@@ -173,7 +173,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join sys_user su2 on d.user_mg = su2.user_id
where d.id = #{id}
and d.del_flag = 0
- and rownum = 1
+ and r.status != -1
+ and rownum = 1
</select>
<!-- <select id="getWorkcontentList" resultType="TInvoiceWorkcontent" parameterType="int">