Commit c986f6cd by ss.dai

1:修改订单打印的时间

parent bb153a10
...@@ -218,7 +218,7 @@ bool FlowControl::_PullOrder() ...@@ -218,7 +218,7 @@ bool FlowControl::_PullOrder()
} }
} }
if(orderObject->status==2 && orderObject->delivery_status==1) if(orderObject->delivery_status==1)
{ {
// 打印 // 打印
QString fileDir = QString("%1/printed").arg(QApplication::applicationDirPath()); QString fileDir = QString("%1/printed").arg(QApplication::applicationDirPath());
......
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