Commit ec2b356b by guanghui.cui

打印失败后,记录失败订单信息到日志

parent 2fe411ec
...@@ -730,7 +730,7 @@ void WBillControl::printTakeout(const OrderObject *obj,const QString &posOrderId ...@@ -730,7 +730,7 @@ void WBillControl::printTakeout(const OrderObject *obj,const QString &posOrderId
close_port(); close_port();
} }
else{ else{
QLOG_ERROR() << "printTakeout failed"; QLOG_ERROR() <<"posOrderId:"<<posOrderId<< "printTakeout failed:"<<obj->toString();
} }
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment