Authored by qinchao

fix:人工打款显示,打过款的记录不显示

... ... @@ -33,13 +33,14 @@
and uid = #{billsTradeReq.uid}
</if>
and income_outcome=1
and deal_status != 1
<if test="billsTradeReq.status != null ">
<choose>
<when test="billsTradeReq.status == 100 ">
and trade_status = 100
</when>
<otherwise>
and trade_status != 100 and deal_status != 1
and trade_status != 100
</otherwise>
</choose>
</if>
... ...