UPDATE contract_hold_order set is_can_closing = 0,batch_no=#{batchNo}
where is_can_closing=1
and id in
#{item.orderId}
update contract_hold_order set is_can_closing = 1 ,batch_no=null
where id=#{id}
update contract_hold_order set is_can_closing=#{isCanClosing}
where id=#{id}
update contract_hold_order
set force_closing_price=#{forcePrice}, is_can_closing=1
where member_id=#{memberId} and symbol=#{symbol}
update contract_hold_order
set is_can_closing = 0
where member_id=#{memberId}