Commit 29ebf744 by ss.dai

1

parent f887c445
......@@ -159,6 +159,8 @@ bool FlowControl::_PullOrder()
}
}
// 当天完成的订单,尝试重复入账一次
qDebug() << QDateTime::fromTime_t(orderObject->create_time).date() << QDate::currentDate();
if((orderObject->status==6||orderObject->status==200)&&(QDateTime::fromTime_t(orderObject->create_time).date()==QDate::currentDate()))
{
// 写入销售单
......
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