update man_order set settle = #{settle} where 1=1 and order_no = #{orderNo} and host_id = #{hostId} and mo.host_id = #{host_id} and mo.order_no like '%' + #{order_no} + '%' and mo.cstmr_name like '%' + #{cstmr_name} + '%' and mo.doc_type like '%' + #{doc_type} + '%' and mod.maktx like '%' + #{maktx} + '%' and mo.create_time between #{startTime} and #{endTime}