Commit d1e25051 by wuyang.zou

fix bug: 更新代码备注,便于梳理业务逻辑

parent aa14bae1
...@@ -66,8 +66,8 @@ private: ...@@ -66,8 +66,8 @@ private:
BillSocket *m_pullOrderListSocket; BillSocket *m_pullOrderListSocket;
BillSocket *m_procOrderSocket; BillSocket *m_procOrderSocket;
BillSocket *m_pullDishesSocket; BillSocket *m_pullDishesSocket;
// 订单容器 // 为Simphony在FM外卖插件中维护<有效待拉取订单>的容器
QMap<QString, OrderObject*> m_ordersMap; QMap<QString, OrderObject*> m_simValidOrderMapQueue;
// 是否第一次获取到门店信息 // 是否第一次获取到门店信息
bool m_bFirstRecvInfo; bool m_bFirstRecvInfo;
bool m_bLoginResult; bool m_bLoginResult;
......
...@@ -127,7 +127,7 @@ public: ...@@ -127,7 +127,7 @@ public:
int deliveryChannel; int deliveryChannel;
int putType; int putType;
int putTimes; int putTimes;
bool isPut; bool isPush;
bool isCancle; bool isCancle;
QString getChannelName(); QString getChannelName();
......
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