query.prepare(QString("select order_id, make_status from orders where order_id='%1' and order_status='%2'").arg(orderId).arg(OrderStatus));
query.prepare(QString("select order_id, make_status, appointed_remind_template from orders where order_id='%1' and order_status='%2' ").arg(orderId).arg(OrderStatus));