update bid set bid_approval_status = #{state},bid_returnRemark = #{remark} where bid_id = #{bidId} update sys_oa_bid set isFinish = '1' where bid_code = #{bidCode} update bid set bid_approval_status = #{state},bid_oa_approval_status = #{state}, bid_oa_remark = #{remark},bid_vice_president_approved = {bidVicePresidentApproved} where bid_id = #{bidId} update sys_oa_bid_tb set isFinish = '1' where bid_code = #{bidCode}