@@ -628,7 +628,7 @@
<select id="selectByaidAndPrid" resultType="com.goafanti.expenseAccount.bo.OutExpenseAccount">
SELECT
<include refid="selectDtailsSql"/>
- WHERE 1=1
+ WHERE 1=1 and a.status < 4
<if test="status !=null">
and a.status= #{status}
</if>