and id = #{record.id} and order_no like concat('%', #{record.orderNo}, '%') and order_money = #{record.orderMoney} and commodity_price = #{record.commodityPrice} and user_id = #{record.userId} and order_time = #{record.orderTime} and pay_status = #{record.payStatus} and discount_explain = #{record.discountExplain} and discount_amount = #{record.discountAmount} and order_status = #{record.orderStatus} and refund_charge = #{record.refundCharge} and user_name like concat('%', #{record.userName}, '%') and user_tel like concat('%', #{record.userTel}, '%') and remarks = #{record.remarks} and shipping_method = #{record.shippingMethod} and store_id = #{record.storeId} and purchase_quantity = #{record.purchaseQuantity} and del_flag = #{record.delFlag} and wx_order_no = #{record.wxOrderNo} and pay_result = #{record.payResult} and postage = #{record.postage}