Commit 5eaa8db0 by wuyang.zou

fix onProcessReTryInputOrder Retry Pull Order Detail, PullOrderInfo->skipPrint Value Random true;

    Second Input Pos Success, But This Order SkipPrint...
parent 848050dc
Pipeline #41566 failed with stage
in 0 seconds
...@@ -4102,6 +4102,7 @@ void FlowControl::onProcessReTryInputOrder(const QString &orderId) ...@@ -4102,6 +4102,7 @@ void FlowControl::onProcessReTryInputOrder(const QString &orderId)
orderPull->pageSize=30; orderPull->pageSize=30;
orderPull->pullErrorCount = 0; orderPull->pullErrorCount = 0;
orderPull->callBackUrl = TempOrderObject->callBackUrl; orderPull->callBackUrl = TempOrderObject->callBackUrl;
orderPull->skipPrint = TempOrderObject->skipPrint;
m_orderPullList.append(orderPull); m_orderPullList.append(orderPull);
m_PullOrderDataMutex.unlock(); m_PullOrderDataMutex.unlock();
} }
......
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