@@ -153,6 +153,5 @@
<update id="mallRecordedRecord">
update platform_cash_account_record set post_status_ = 'RECORDED'
where post_status_ = 'WAIT' and order_no_ = #{orderNo} and biz_id_ = #{bizId}
- and biz_type_ = #{bizType}
</update>
</mapper>