Authored by LUOXC

fixbug

... ... @@ -66,7 +66,7 @@
and trade_status in(200, 299)
</when>
<otherwise>
and trade_status = billsTradeReq.status
and trade_status = #{billsTradeReq.status}
</otherwise>
</choose>
</if>
... ...