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}